Skip to content

Commit

Permalink
adding absolute path to stoma in Scan SBOM step
Browse files Browse the repository at this point in the history
  • Loading branch information
digitalghost-dev authored Oct 15, 2024
1 parent fc3dc5c commit e9d0771
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ jobs:
uses: anchore/scan-action@v5
id: scan
with:
sbom: poke-cli-sbom-${{ env.VERSION_NUMBER }}.spdx.json
sbom: /tmp/poke-cli-sbom-${{ env.VERSION_NUMBER }}.spdx.json
fail-build: false
output-format: sarif
severity-cutoff: critical
Expand Down

0 comments on commit e9d0771

Please sign in to comment.