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 28a33c9 commit fa740d9Copy full SHA for fa740d9
.github/workflows/security.yml
@@ -42,14 +42,14 @@ jobs:
42
continue-on-error: true
43
44
- name: Upload checkov results to GitHub Security tab
45
- uses: github/codeql-action/upload-sarif@v2
+ uses: github/codeql-action/upload-sarif@v3
46
if: always()
47
with:
48
sarif_file: checkov-results.sarif
49
category: checkov
50
51
- name: Upload tfsec results to GitHub Security tab
52
53
54
55
sarif_file: tfsec-results.sarif
0 commit comments