Skip to content

Commit

Permalink
Fixes path
Browse files Browse the repository at this point in the history
  • Loading branch information
vpetersson committed Jul 24, 2024
1 parent dea27d3 commit c3e3c82
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/phase_1_python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,15 +90,15 @@ jobs:
sbommerge \
--format json \
--sbom cyclonedx \
--output-file flattened-cyclonedx.json \
container-sbom_cyclonedx.json \
application-sbom_cyclonedx.json
--output-file /tmp/flattened-cyclonedx.json \
container-sbom-spdx/container-sbom_spdx.json \
application-sbom-cyclonedx/application-sbom_cyclonedx.json
- name: Upload Combined CycloneDX SBOM
uses: actions/upload-artifact@v4
with:
name: application-sbom-cyclonedx
path: "flattened-cyclonedx.json"
path: "/tmp/flattened-cyclonedx.json"

Validate:
needs: Assemble
Expand Down

0 comments on commit c3e3c82

Please sign in to comment.