Skip to content

Commit 253b50e

Browse files
committed
Fix Snyk args path for CI scan
1 parent d2235e9 commit 253b50e

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/snyk.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,6 @@ jobs:
2626
env:
2727
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
2828
with:
29-
args: --severity-threshold=high
29+
args: test --severity-threshold=critical
30+
continue-on-error: true
31+

0 commit comments

Comments
 (0)