Skip to content

Commit 7708855

Browse files
committed
updated Snyk
1 parent f1a69fa commit 7708855

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/M1-4-2-CI-Practice.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,9 @@ jobs:
113113
- uses: actions/checkout@master
114114
- name: Run Snyk to check for vulnerabilities
115115
uses: snyk/actions/python@master
116+
continue-on-error: true # To make sure that SARIF upload gets called
116117
env:
117118
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
118119
with:
119120
args: --severity-threshold=high
121+

0 commit comments

Comments
 (0)