Skip to content

Commit 7e2d5b6

Browse files
committed
Add code quality scanning
1 parent d0a30e5 commit 7e2d5b6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/scan.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,10 @@ jobs:
4444
ignore-unfixed: true
4545
format: sarif
4646
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
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
5151

5252
codeql:
5353
name: RustAnalize

0 commit comments

Comments
 (0)