mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-14 00:43:06 -06:00
DCD-1273: npx doesn't play well with pipenv for some reason.
This commit is contained in:
@@ -353,7 +353,7 @@ pipelines:
|
||||
script:
|
||||
- ./bin/install-ansible --dev
|
||||
- apt-get update && apt-get install -y npm
|
||||
- npm install snyk
|
||||
- npx snyk auth $SNYK_TOKEN
|
||||
- pipenv run npx snyk test --severity-threshold=high
|
||||
- pipenv run npx snyk monitor --severity-threshold=high --project-name=dc-deployments-automation
|
||||
- npm install -g snyk
|
||||
- snyk auth $SNYK_TOKEN
|
||||
- pipenv run snyk test --severity-threshold=high
|
||||
- pipenv run snyk monitor --severity-threshold=high --project-name=dc-deployments-automation
|
||||
|
||||
@@ -51,7 +51,7 @@ pipelines:
|
||||
script:
|
||||
- ./bin/install-ansible --dev
|
||||
- apt-get update && apt-get install -y npm
|
||||
- npm install snyk
|
||||
- npx snyk auth $SNYK_TOKEN
|
||||
- pipenv run npx snyk test --severity-threshold=high
|
||||
- pipenv run npx snyk monitor --severity-threshold=high --project-name=dc-deployments-automation
|
||||
- npm install -g snyk
|
||||
- snyk auth $SNYK_TOKEN
|
||||
- pipenv run snyk test --severity-threshold=high
|
||||
- pipenv run snyk monitor --severity-threshold=high --project-name=dc-deployments-automation
|
||||
|
||||
Reference in New Issue
Block a user