Skip to content

Commit

Permalink
Fixes paths
Browse files Browse the repository at this point in the history
  • Loading branch information
vpetersson committed Jul 23, 2024
1 parent e4968b3 commit c284f9f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/phase_1_python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,13 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: container-sbom-cyclonedx
path: container-sbom_cyclonedx.json
path: "Phase 1/Python/container-sbom_cyclonedx.json"

- name: Upload SPDX SBOM
uses: actions/upload-artifact@v3
with:
name: container-sbom-spdx
path: container-sbom_spdx.json
path: "Phase 1/Python/container-sbom_spdx.json"

Application:
runs-on: ubuntu-latest
Expand All @@ -63,7 +63,7 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: application-sbom-cyclonedx
path: application-sbom_cyclonedx.json
path: "Phase 1/Python/application-sbom_cyclonedx.json"

# TODO: Add SPDX Generation

Expand Down

0 comments on commit c284f9f

Please sign in to comment.