mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-13 16:33:08 -06:00
DCD-1525: upgrade image version for node 12
This commit is contained in:
@@ -4,7 +4,7 @@
|
|||||||
#
|
#
|
||||||
# make > ../bitbucket-pipelines.yml
|
# make > ../bitbucket-pipelines.yml
|
||||||
|
|
||||||
image: debian:buster
|
image: debian:bullseye
|
||||||
options:
|
options:
|
||||||
size: 2x
|
size: 2x
|
||||||
|
|
||||||
@@ -363,11 +363,7 @@ pipelines:
|
|||||||
- docker
|
- docker
|
||||||
script:
|
script:
|
||||||
- ./bin/install-ansible --dev
|
- ./bin/install-ansible --dev
|
||||||
- apt-get update && apt-get install -y npm curl
|
- 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