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 81e6666 commit 4551884Copy full SHA for 4551884
.github/workflows/security-scan.yml
@@ -32,7 +32,7 @@ jobs:
32
output: 'trivy-results.sarif'
33
34
- name: Upload Trivy scan results to GitHub Security tab
35
- uses: github/codeql-action/upload-sarif@v3
+ uses: github/codeql-action/upload-sarif@f443b600d91635bebf5b0d9ebc620189c0d6fba5 # v4
36
if: always()
37
with:
38
sarif_file: 'trivy-results.sarif'
@@ -53,7 +53,7 @@ jobs:
53
output: 'trivy-config-results.sarif'
54
55
- name: Upload Trivy config scan results to GitHub Security tab
56
57
58
59
sarif_file: 'trivy-config-results.sarif'
0 commit comments