We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0a30e5 commit 7e2d5b6Copy full SHA for 7e2d5b6
.github/workflows/scan.yml
@@ -44,10 +44,10 @@ jobs:
44
ignore-unfixed: true
45
format: sarif
46
output: trivy-results.sarif
47
- - name: Upload Trivy scan results to GitHub Security tab
48
- uses: github/codeql-action/upload-sarif@48ab28a6f5dbc2a99bf1e0131198dd8f1df78169 # v3.28.0
49
- with:
50
- sarif_file: trivy-results.sarif
+# - name: Upload Trivy scan results to GitHub Security tab
+# uses: github/codeql-action/upload-sarif@48ab28a6f5dbc2a99bf1e0131198dd8f1df78169 # v3.28.0
+# with:
+# sarif_file: trivy-results.sarif
51
52
codeql:
53
name: RustAnalize
0 commit comments