Skip to content

Commit

Permalink
update snyk severity threshold
Browse files Browse the repository at this point in the history
  • Loading branch information
rshewitt committed May 29, 2024
1 parent c996806 commit 5e3c302
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/snyk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
run: |
# Run scan
snyk auth ${{ secrets.SNYK_TOKEN }}
snyk test --file=requirements.txt --json-file-output=scan.json || echo "Scan complete"
snyk test --severity-threshold=medium --file=requirements.txt --json-file-output=scan.json || echo "Scan complete"
# Exit if no vulnerabilities
# Succeed, so that PR is NOT created
Expand Down

0 comments on commit 5e3c302

Please sign in to comment.