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 c61bdf5 commit fe04c7fCopy full SHA for fe04c7f
1 file changed
.github/workflows/security.yml
@@ -38,7 +38,7 @@ jobs:
38
severity: 'CRITICAL'
39
40
- name: Upload Trivy scan results to GitHub Security tab
41
- uses: github/codeql-action/upload-sarif@3c3833e0f8c1c83d449a7478aa59c036a9165498 # v3.29.5
+ uses: github/codeql-action/upload-sarif@3c3833e0f8c1c83d449a7478aa59c036a9165498 # v3.29.11
42
with:
43
sarif_file: 'trivy-results.sarif'
44
@@ -80,6 +80,6 @@ jobs:
80
81
- name: Upload govolncheck results to GitHub Security tab
82
if: ${{ steps.PrintSarif.outputs.hasResults == 'true' }}
83
84
85
sarif_file: govulncheck-results.sarif
0 commit comments