Skip to content

Commit 6af84e8

Browse files
author
Alexandre Vallières-Lagacé
authored
fix: updated Snyk scanning (#320)
1 parent dfd2b53 commit 6af84e8

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
@@ -29,7 +29,7 @@ parameters:
2929
orbs:
3030
go: circleci/[email protected]
3131
node: circleci/[email protected]
32-
snyk: snyk/snyk@1.4.0
32+
snyk: snyk/snyk@2.2.0
3333
slack: circleci/[email protected]
3434
github-cli: circleci/[email protected]
3535

@@ -498,7 +498,7 @@ jobs:
498498
- snyk/scan:
499499
fail-on-issues: false
500500
severity-threshold: high
501-
monitor-on-build: true
501+
monitor-on-build: false
502502
project: "${CIRCLE_PROJECT_USERNAME}/${CIRCLE_PROJECT_REPONAME}"
503503

504504
Security Scan feature:

0 commit comments

Comments
 (0)