Skip to content

Commit 11d6181

Browse files
author
Gonzalo Diaz
committed
[CONFIG] [Gihub Actions] Snyk Open Source analysis: enable sarif output
1 parent 23378d3 commit 11d6181

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
@@ -19,10 +19,8 @@ jobs:
1919
env:
2020
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
2121
with:
22-
args: --sarif-file-output=snyk.sarif
23-
# yamllint disable rule:comments-indentation
24-
# - name: Upload result to GitHub Code Scanning
25-
# uses: github/codeql-action/upload-sarif@v2
26-
# with:
27-
# sarif_file: snyk.sarif
28-
# yamllint enable rule:comments-indentation
22+
args: --sarif-file-output=snyk-code.sarif
23+
- name: Upload result to GitHub Code Scanning
24+
uses: github/codeql-action/upload-sarif@v3
25+
with:
26+
sarif_file: 'snyk-code.sarif'

0 commit comments

Comments
 (0)