Skip to content

Commit c2b0582

Browse files
author
Gonzalo Diaz
committed
[CONFIG] [Gihub Actions] Snyk Code analysis: enable sarif output
1 parent 23c69e2 commit c2b0582

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

.github/workflows/snyk-code.yml

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,8 @@ jobs:
2424
env:
2525
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
2626
with:
27-
args: --sarif-file-output=snyk.sarif
28-
# yamllint disable rule:comments-indentation
29-
# - name: Upload result to GitHub Code Scanning
30-
# uses: github/codeql-action/upload-sarif@v2
31-
# with:
32-
# sarif_file: snyk.sarif
33-
# yamllint enable rule:comments-indentation
27+
args: --sarif-file-output=snyk-code.sarif
28+
- name: Upload result to GitHub Code Scanning
29+
uses: github/codeql-action/upload-sarif@v3
30+
with:
31+
sarif_file: 'snyk-code.sarif'

0 commit comments

Comments
 (0)