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