Skip to content

Commit

Permalink
Gatekeeping on HIGH vulnerabilities
Browse files Browse the repository at this point in the history
  • Loading branch information
hectormachin committed Sep 19, 2023
1 parent 0a689d1 commit 367d0b3
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/snyk-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,7 @@ jobs:
env:
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
with:
args:
--sarif-file-output=snyk.sarif
--policy-path=.snyk
--severity-threshold=high # Forces fail on high-severity vulnerabilities
args: --sarif-file-output=snyk.sarif

# Push the Snyk Code results into GitHub Code Scanning tab
- name: Upload result to GitHub Code Scanning
Expand Down

0 comments on commit 367d0b3

Please sign in to comment.