Skip to content

Commit

Permalink
Merge pull request #1358 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 0346e1a + 9d18ac8 commit 1bc9b60
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 @@ -32,7 +32,7 @@ jobs:
run: |
# Run scan
snyk auth ${{ secrets.SNYK_TOKEN }}
snyk test --file=ckan/requirements.txt --json-file-output=scan.json || echo "Scan complete"
snyk test --severity-threshold=medium --file=ckan/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 1bc9b60

Please sign in to comment.