Skip to content

Commit

Permalink
Update snyk-test-sarif.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
pickford-snyk authored Jun 6, 2024
1 parent 844842e commit 0fc492b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/snyk-test-sarif.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- uses: snyk/actions/setup@master
- name: Snyk Test
run: snyk test --sarif-file-output=snyk-sarif1.json
continue-on-error: true
continue-on-error: false
env:
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
- name: Upload SARIF file
Expand Down

0 comments on commit 0fc492b

Please sign in to comment.