Skip to content

Commit

Permalink
disable monitor-on-build
Browse files Browse the repository at this point in the history
  • Loading branch information
kiblykat committed May 3, 2024
1 parent db778a6 commit 655552b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ jobs:
docker-image-name: $IMAGE_NAME # The image name, if scanning a container image.
fail-on-issues: false # This specifies if builds should be failed or continued based on issues found by Snyk. If false, the failure is hidden and marked as a pass.
severity-threshold: high # Only report vulnerabilities of provided level or higher (low/medium/high/critical). If param is not present, the default value is low.
monitor-on-build: false

deploy:
docker:
Expand Down

0 comments on commit 655552b

Please sign in to comment.