We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b251d6 commit f84bafcCopy full SHA for f84bafc
.circleci/config.yml
@@ -200,7 +200,7 @@ jobs:
200
steps:
201
- checkout
202
- snyk/scan:
203
- severity-threshold: medium
+ severity-threshold: high
204
monitor-on-build: true
205
project: ${CIRCLE_PROJECT_REPONAME}
206
organization: snyk-iac-group-seceng
@@ -211,7 +211,7 @@ jobs:
211
212
213
command: code test
214
215
monitor-on-build: false
216
217
0 commit comments