Skip to content

Commit

Permalink
Merge pull request #732 from GSA/update-snyk-test
Browse files Browse the repository at this point in the history
update snyk severity threshold
  • Loading branch information
FuhuXia authored May 29, 2024
2 parents c996806 + 5e3c302 commit 856ea48
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 856ea48

Please sign in to comment.