We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 15fc9ba + 90ebd29 commit ff2e93dCopy full SHA for ff2e93d
.github/workflows/node-snyk.yml renamed to .github/workflows/snyk-code.yml
@@ -20,5 +20,14 @@ jobs:
20
- uses: actions/checkout@master
21
- name: Run Snyk to check for vulnerabilities
22
uses: snyk/actions/node@master
23
+ continue-on-error: true # To make sure that SARIF upload gets called
24
env:
25
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