From 6570e967cf71341b1a3d42b282ca6db8dafc80f7 Mon Sep 17 00:00:00 2001 From: Jun Date: Wed, 11 May 2022 17:36:07 +1000 Subject: [PATCH] DCD-1525: pin snyk version to 1.455.0 --- bitbucket-pipelines.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bitbucket-pipelines.yml b/bitbucket-pipelines.yml index 51259eb..5467a1a 100644 --- a/bitbucket-pipelines.yml +++ b/bitbucket-pipelines.yml @@ -363,7 +363,7 @@ pipelines: - docker script: - ./bin/install-ansible --dev - - apt-get update && apt-get install -y npm nodejs=14.17.3 - - npm install -g snyk + - apt-get update && apt-get install -y npm + - npm install -g snyk@1.455.0 - snyk auth $SNYK_TOKEN - pipenv run snyk monitor --severity-threshold=high --project-name=dc-deployments-automation