mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-14 00:43:06 -06:00
DCD-1525: node v12 upgrade
This commit is contained in:
@@ -364,6 +364,10 @@ pipelines:
|
|||||||
script:
|
script:
|
||||||
- ./bin/install-ansible --dev
|
- ./bin/install-ansible --dev
|
||||||
- apt-get update && apt-get install -y npm
|
- apt-get update && apt-get install -y npm
|
||||||
|
- npm install npm@latest -g
|
||||||
|
- npm cache clean -f
|
||||||
|
- npm install -g n
|
||||||
|
- n stable
|
||||||
- npm install -g snyk
|
- npm install -g snyk
|
||||||
- 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