Skip to content

Commit f84bafc

Browse files
committed
chore: change severity-threshold to high as per our current snyk-on-snyk initiative
1 parent 7b251d6 commit f84bafc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ jobs:
200200
steps:
201201
- checkout
202202
- snyk/scan:
203-
severity-threshold: medium
203+
severity-threshold: high
204204
monitor-on-build: true
205205
project: ${CIRCLE_PROJECT_REPONAME}
206206
organization: snyk-iac-group-seceng
@@ -211,7 +211,7 @@ jobs:
211211
- checkout
212212
- snyk/scan:
213213
command: code test
214-
severity-threshold: medium
214+
severity-threshold: high
215215
monitor-on-build: false
216216
project: ${CIRCLE_PROJECT_REPONAME}
217217
organization: snyk-iac-group-seceng

0 commit comments

Comments
 (0)