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 54906e6 commit 100f7feCopy full SHA for 100f7fe
.github/workflows/vulnerability-scanning.yml
@@ -70,7 +70,7 @@ jobs:
70
fail-build: false
71
output-format: sarif
72
- name: Upload vulnerability report
73
- uses: github/codeql-action/upload-sarif@v2
+ uses: github/codeql-action/upload-sarif@v3
74
with:
75
sarif_file: ${{ steps.scan.outputs.sarif }}
76
category: Grype-War-Scan
@@ -153,7 +153,7 @@ jobs:
153
154
155
156
157
158
159
category: Grype-Docker-Image-${{ matrix.platform }}
0 commit comments