Skip to content

Commit

Permalink
chore: error on high-severity issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Tuditi committed Feb 21, 2024
1 parent 1b8a01a commit 9605850
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.snyk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ jobs:
env:
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
with:
args: --yarn-workspaces --strict-out-of-sync=false --detection-depth=5 --dev
args: --yarn-workspaces --severity-threshold=high --strict-out-of-sync=false --detection-depth=5 --dev

0 comments on commit 9605850

Please sign in to comment.