We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4fdde33 commit cdf54cfCopy full SHA for cdf54cf
1 file changed
.github/workflows/build.yml
@@ -78,9 +78,10 @@ jobs:
78
id: scan
79
uses: anchore/scan-action@v3
80
with:
81
- image: "mendhak/http-https-echo:latest"
82
- output-format: table
83
- severity-cutoff: critical
+ image: "mendhak/http-https-echo:testing"
+ output-format: sarif
+ # severity-cutoff: critical
84
+ fail-build: false
85
86
- name: upload Anchore scan SARIF report
87
uses: github/codeql-action/upload-sarif@v3
0 commit comments