Skip to content

Commit 4d759f0

Browse files
committed
removed continue-on-error, added severity level to the snyk workflow
1 parent 6e840d6 commit 4d759f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/snyk.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ jobs:
77
- uses: actions/checkout@master
88
- name: Run Snyk to check for vulnerabilities
99
uses: snyk/actions/python@master
10-
continue-on-error: true # To make sure that SARIF upload gets called
1110
env:
1211
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
1312
with:
1413
args: --sarif-file-output=snyk.sarif
14+
--severity-threshold=high
1515
- name: Upload result to GitHub Code Scanning
1616
uses: github/codeql-action/upload-sarif@v2
1717
with:

0 commit comments

Comments
 (0)