Skip to content

Commit 2021cf4

Browse files
committed
refactor(workflow): remove commetns
1 parent 80b5ebc commit 2021cf4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/cicd-2-publish.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,8 +119,8 @@ jobs:
119119
uses: anchore/scan-action@v7
120120
with:
121121
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
122+
fail-build: false
123+
severity-cutoff: medium
124124
only-fixed: true
125125
output-format: table
126126

0 commit comments

Comments
 (0)