We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff9d988 commit 7b33d6eCopy full SHA for 7b33d6e
.github/workflows/anchore.yml
@@ -47,6 +47,6 @@ jobs:
47
severity-cutoff: critical
48
49
- name: Upload vulnerability report
50
- uses: github/codeql-action/upload-sarif@v3
+ uses: github/codeql-action/upload-sarif@v4
51
with:
52
sarif_file: ${{ steps.scan.outputs.sarif }}
.github/workflows/hadolint.yml
@@ -96,7 +96,7 @@ jobs:
96
no-fail: true
97
98
- name: Upload analysis results to GitHub
99
100
101
sarif_file: hadolint-results.sarif
102
wait-for-processing: true
0 commit comments