Skip to content

Commit

Permalink
move sec to critical
Browse files Browse the repository at this point in the history
  • Loading branch information
Shane Starcher committed Feb 5, 2022
1 parent 65ecf48 commit a78e2ea
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/anchore-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,9 @@ jobs:
uses: github/codeql-action/upload-sarif@v1
with:
sarif_file: ${{ steps.scan.outputs.sarif }}
- name: Inspect action SARIF report
run: cat ${{ steps.scan.outputs.sarif }}
- name: Fail build if scan has vulns
uses: anchore/scan-action@v3
with:
image: "localbuild/testimage:latest"
severity-cutoff: high
severity-cutoff: critical

0 comments on commit a78e2ea

Please sign in to comment.