Skip to content

Commit

Permalink
Action must not fail on CVE
Browse files Browse the repository at this point in the history
  • Loading branch information
andip1403 committed Oct 30, 2024
1 parent 470ca53 commit 858dc4d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/createAndScanSBOM.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
id: scan
uses: anchore/scan-action@v5
with:
fail-build: false
sbom: "${{ github.event.repository.name }}-sbom.cyclonedx.json"

- name: Upload SARIF file
Expand Down

0 comments on commit 858dc4d

Please sign in to comment.