Skip to content

Commit

Permalink
fix: updated Snyk scanning (#320)
Browse files Browse the repository at this point in the history
  • Loading branch information
vallieres authored Dec 11, 2024
1 parent dfd2b53 commit 6af84e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ parameters:
orbs:
go: circleci/[email protected]
node: circleci/[email protected]
snyk: snyk/snyk@1.4.0
snyk: snyk/snyk@2.2.0
slack: circleci/[email protected]
github-cli: circleci/[email protected]

Expand Down Expand Up @@ -498,7 +498,7 @@ jobs:
- snyk/scan:
fail-on-issues: false
severity-threshold: high
monitor-on-build: true
monitor-on-build: false
project: "${CIRCLE_PROJECT_USERNAME}/${CIRCLE_PROJECT_REPONAME}"

Security Scan feature:
Expand Down

0 comments on commit 6af84e8

Please sign in to comment.