Skip to content

Commit ff2e93d

Browse files
authored
Merge pull request #449 from sir-gon/develop
[CONFIG] [Gihub Actions] snyk script for code analysis updated.
2 parents 15fc9ba + 90ebd29 commit ff2e93d

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/node-snyk.yml renamed to .github/workflows/snyk-code.yml

+9
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,14 @@ jobs:
2020
- uses: actions/checkout@master
2121
- name: Run Snyk to check for vulnerabilities
2222
uses: snyk/actions/node@master
23+
continue-on-error: true # To make sure that SARIF upload gets called
2324
env:
2425
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
26+
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

0 commit comments

Comments
 (0)