Skip to content

Commit 8033ad5

Browse files
committed
add snyk args for updating reports and setting threshold medium
1 parent 8c04ad3 commit 8033ad5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/snyk.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,10 @@ jobs:
44
security:
55
runs-on: ubuntu-latest
66
steps:
7-
- uses: actions/checkout@v2
7+
- uses: actions/checkout@v3
88
- name: Run Snyk to check Terraform manifest file for issues
99
uses: snyk/actions/iac@master
1010
env:
1111
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
12+
with:
13+
args: --severity-threshold=high --report

0 commit comments

Comments
 (0)