Skip to content

Commit

Permalink
2.11.5b: Add github action to run snyk
Browse files Browse the repository at this point in the history
  • Loading branch information
webpwnized committed Oct 11, 2023
1 parent 83d20e9 commit 39191fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-snyk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Run Snyk Code
run: |
snyk code test --sarif > snyk-results.sarif
snyk code test -d --sarif > snyk-results.sarif
continue-on-error: true

- name: Upload results from Snyk to GitHub Code Scanning
Expand Down

0 comments on commit 39191fd

Please sign in to comment.