mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-13 16:33:08 -06:00
DCD-1273: Also monitor the project.
This commit is contained in:
@@ -51,6 +51,7 @@ pipelines:
|
||||
script:
|
||||
- ./bin/install-ansible --dev
|
||||
- apt-get update && apt-get install -y npm
|
||||
- npm install -g snyk
|
||||
- snyk auth $SNYK_TOKEN
|
||||
- pipenv run snyk test --severity-threshold=high
|
||||
- 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
|
||||
|
||||
Reference in New Issue
Block a user