From 6723209e4bf7d53af76ac05acdd3f0e55aec5771 Mon Sep 17 00:00:00 2001 From: Glenn Stewart Date: Thu, 23 Jun 2022 16:10:33 +1000 Subject: [PATCH] ITSD-94667 Revert synk due to pinning in a different commit. This is broken from make --- bitbucket-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bitbucket-pipelines.yml b/bitbucket-pipelines.yml index 06bc07e..a2618db 100644 --- a/bitbucket-pipelines.yml +++ b/bitbucket-pipelines.yml @@ -374,6 +374,6 @@ pipelines: script: - ./bin/install-ansible --dev - apt-get update && apt-get install -y npm - - npm install -g snyk + - npm install -g snyk@1.455.0 - snyk auth $SNYK_TOKEN - pipenv run snyk monitor --severity-threshold=high --project-name=dc-deployments-automation