1 parent ad737c8 commit 26108ffCopy full SHA for 26108ff
1 file changed
.github/workflows/synk.yml
@@ -23,6 +23,7 @@ jobs:
23
- name: Run Snyk SAST to check for vulnerabilities in source code
24
run: |
25
snyk test --all-projects --sarif-file-output=snyk_sast.sarif
26
+ continue-on-error: true
27
env:
28
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
29
0 commit comments