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 f22b928 commit 80dbf15Copy full SHA for 80dbf15
.github/workflows/build.yml
@@ -191,7 +191,7 @@ jobs:
191
severity: 'CRITICAL'
192
scanners: 'vuln'
193
- name: Upload Trivy scan results to GitHub Security tab
194
- uses: github/codeql-action/upload-sarif@c0d1daa7f7e14667747d73a7dbbe8c074bc8bfe2 # ratchet:github/codeql-action/upload-sarif@v2.22.9
+ uses: github/codeql-action/upload-sarif@b374143c1149a9115d881581d29b8390bbcbb59c # ratchet:github/codeql-action/upload-sarif@v3.22.11
195
if: ${{ github.event_name != 'pull_request' }}
196
with:
197
sarif_file: 'trivy-results.sarif'
0 commit comments