We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e051985 commit a6716d6Copy full SHA for a6716d6
1 file changed
.github/workflows/test.yml
@@ -29,6 +29,8 @@ jobs:
29
uses: snyk/actions/node@master
30
env:
31
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
32
+ with:
33
+ args: --severity-threshold=high
34
- name: Coveralls
35
uses: coverallsapp/github-action@master
36
with:
0 commit comments