Skip to content

Commit

Permalink
Update anchore-cron.yml
Browse files Browse the repository at this point in the history
Anchore should not fail if a security vulnerability is found
  • Loading branch information
svengo authored Dec 13, 2024
1 parent 205b728 commit 10b161b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/anchore-cron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,7 @@ jobs:
id: scan
with:
image: ${{ vars.DOCKERHUB_USERNAME }}/${{ vars.IMAGE_NAME }}:latest
fail-build: true
severity-cutoff: high
fail-build: false
- name: Upload vulnerability report
uses: github/codeql-action/upload-sarif@v3
with:
Expand Down

0 comments on commit 10b161b

Please sign in to comment.