Skip to content

Commit

Permalink
Do not fail build on security vulnerabilities
Browse files Browse the repository at this point in the history
  • Loading branch information
michelesr committed Oct 19, 2023
1 parent f80bb14 commit b33a035
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/anchore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,7 @@ jobs:
id: scan
with:
image: "localbuild/testimage:latest"
fail-build: true
severity-cutoff: critical
fail-build: false
- name: Upload vulnerability report
uses: github/codeql-action/upload-sarif@v2
with:
Expand Down

0 comments on commit b33a035

Please sign in to comment.