We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80b5ebc commit 2021cf4Copy full SHA for 2021cf4
.github/workflows/cicd-2-publish.yaml
@@ -119,8 +119,8 @@ jobs:
119
uses: anchore/scan-action@v7
120
with:
121
sbom: sbom-${{ github.event.repository.name }}-app-${{ steps.release.outputs.new_release_version }}.cdx.json
122
- fail-build: false # change to true to block on CVEs
123
- severity-cutoff: medium # ignore low and negligible
+ fail-build: false
+ severity-cutoff: medium
124
only-fixed: true
125
output-format: table
126
0 commit comments