Skip to content

Commit 81ea31c

Browse files
committed
Allow Snyk to fail for results upload to work
1 parent 0fe11f0 commit 81ea31c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/snyk.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ jobs:
1212
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
1313
with:
1414
args: --sarif-file-output=snyk.sarif
15+
continue-on-error: true
1516
- name: Upload result to GitHub Code Scanning
1617
uses: github/codeql-action/upload-sarif@v3
1718
with:

0 commit comments

Comments
 (0)