Skip to content

Commit

Permalink
Specify SBOM file output path
Browse files Browse the repository at this point in the history
  • Loading branch information
xenago committed Jun 5, 2024
1 parent bca5269 commit 4b51faf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ jobs:
# https://github.com/marketplace/actions/anchore-sbom-action
uses: anchore/sbom-action@v0
with:
output-file: '${{ github.workspace }}/sbom.spdx.json'
artifact-name: sbom.spdx.json

- name: Generate SBOM attestation for deb packages
Expand Down

0 comments on commit 4b51faf

Please sign in to comment.