From 655552bba5ca14450e9a363b5c47c63d256e7640 Mon Sep 17 00:00:00 2001 From: kiblykat Date: Fri, 3 May 2024 23:57:46 +0800 Subject: [PATCH] disable monitor-on-build --- .circleci/config.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index 833fdb5..fb18a9c 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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: