We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2235e9 commit 253b50eCopy full SHA for 253b50e
1 file changed
.github/workflows/snyk.yml
@@ -26,4 +26,6 @@ jobs:
26
env:
27
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
28
with:
29
- args: --severity-threshold=high
+ args: test --severity-threshold=critical
30
+ continue-on-error: true
31
+
0 commit comments