We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e840d6 commit 4d759f0Copy full SHA for 4d759f0
.github/workflows/snyk.yml
@@ -7,11 +7,11 @@ jobs:
7
- uses: actions/checkout@master
8
- name: Run Snyk to check for vulnerabilities
9
uses: snyk/actions/python@master
10
- continue-on-error: true # To make sure that SARIF upload gets called
11
env:
12
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
13
with:
14
args: --sarif-file-output=snyk.sarif
+ --severity-threshold=high
15
- name: Upload result to GitHub Code Scanning
16
uses: github/codeql-action/upload-sarif@v2
17
0 commit comments