Skip to content

Commit 5429327

Browse files
committed
Added continue-on-error, when running snyk check.
1 parent 3a405a3 commit 5429327

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/snyk.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ jobs:
88
- uses: actions/checkout@master
99
- name: Run Snyk to check for vulnerabilities
1010
uses: snyk/actions/python@master
11+
continue-on-error: true
1112
env:
1213
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
1314
with:

0 commit comments

Comments
 (0)