Skip to content

Commit 0759b81

Browse files
author
mayank0202
committed
updated snyk workflow
1 parent b01daae commit 0759b81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/snyk.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,6 @@ jobs:
2929
- name: install Snyk CLI
3030
run: npm install -g snyk
3131
- name: snyk monitor
32-
run: snyk iac test --report
32+
run: snyk iac test --report --severity-threshold=medium
3333
env:
3434
SNYK_TOKEN: ${{ secrets.ARC_SNYK_TOKEN }}

0 commit comments

Comments
 (0)