mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-14 00:43:06 -06:00
DCD-1525: pin snyk version to 1.455.0
This commit is contained in:
@@ -363,7 +363,7 @@ pipelines:
|
|||||||
- docker
|
- docker
|
||||||
script:
|
script:
|
||||||
- ./bin/install-ansible --dev
|
- ./bin/install-ansible --dev
|
||||||
- apt-get update && apt-get install -y npm nodejs=14.17.3
|
- apt-get update && apt-get install -y npm
|
||||||
- npm install -g snyk
|
- npm install -g snyk@1.455.0
|
||||||
- snyk auth $SNYK_TOKEN
|
- snyk auth $SNYK_TOKEN
|
||||||
- pipenv run snyk monitor --severity-threshold=high --project-name=dc-deployments-automation
|
- pipenv run snyk monitor --severity-threshold=high --project-name=dc-deployments-automation
|
||||||
|
|||||||
Reference in New Issue
Block a user