Skip to content

Commit a78e2ea

Browse files
author
Shane Starcher
committed
move sec to critical
1 parent 65ecf48 commit a78e2ea

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/anchore-analysis.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,9 @@ jobs:
3434
uses: github/codeql-action/upload-sarif@v1
3535
with:
3636
sarif_file: ${{ steps.scan.outputs.sarif }}
37-
- name: Inspect action SARIF report
38-
run: cat ${{ steps.scan.outputs.sarif }}
3937
- name: Fail build if scan has vulns
4038
uses: anchore/scan-action@v3
4139
with:
4240
image: "localbuild/testimage:latest"
43-
severity-cutoff: high
41+
severity-cutoff: critical
4442

0 commit comments

Comments
 (0)