There was an error while loading. Please reload this page.
1 parent 0fe11f0 commit 81ea31cCopy full SHA for 81ea31c
1 file changed
.github/workflows/snyk.yml
@@ -12,6 +12,7 @@ jobs:
12
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
13
with:
14
args: --sarif-file-output=snyk.sarif
15
+ continue-on-error: true
16
- name: Upload result to GitHub Code Scanning
17
uses: github/codeql-action/upload-sarif@v3
18
0 commit comments