From 956f78b4ef047ceefc82722e184c6ac6f6531653 Mon Sep 17 00:00:00 2001 From: Steve Smith Date: Wed, 14 Apr 2021 11:06:54 +1000 Subject: [PATCH] DCD-1276: Use snyk monitoring rather than local testing for now. --- bitbucket-pipelines.yml | 1 - pipeline_generator/templates/bitbucket-pipelines.yml.j2 | 1 - 2 files changed, 2 deletions(-) diff --git a/bitbucket-pipelines.yml b/bitbucket-pipelines.yml index b77cb38..3c618ab 100644 --- a/bitbucket-pipelines.yml +++ b/bitbucket-pipelines.yml @@ -355,5 +355,4 @@ pipelines: - apt-get update && apt-get install -y npm - npm install -g snyk - snyk auth $SNYK_TOKEN - - pipenv run snyk test --severity-threshold=high - pipenv run snyk monitor --severity-threshold=high --project-name=dc-deployments-automation diff --git a/pipeline_generator/templates/bitbucket-pipelines.yml.j2 b/pipeline_generator/templates/bitbucket-pipelines.yml.j2 index 2087084..bd05ff8 100644 --- a/pipeline_generator/templates/bitbucket-pipelines.yml.j2 +++ b/pipeline_generator/templates/bitbucket-pipelines.yml.j2 @@ -53,5 +53,4 @@ pipelines: - apt-get update && apt-get install -y npm - npm install -g snyk - snyk auth $SNYK_TOKEN - - pipenv run snyk test --severity-threshold=high - pipenv run snyk monitor --severity-threshold=high --project-name=dc-deployments-automation