We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39b3aaa commit a909005Copy full SHA for a909005
.github/workflows/scans.yml
@@ -296,6 +296,7 @@ jobs:
296
uses: anchore/scan-action@1638637db639e0ade3258b51db49a9a137574c3e # v6
297
with:
298
sbom: "${{ github.event.repository.name }}-sbom.spdx.json"
299
+ fail-build: ${{ github.event_name == 'pull_request' }}
300
severity-cutoff: high
301
only-fixed: true
302
0 commit comments