mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-14 00:43:06 -06:00
DCD-1276: Use snyk monitoring rather than local testing for now.
This commit is contained in:
@@ -355,5 +355,4 @@ pipelines:
|
|||||||
- apt-get update && apt-get install -y npm
|
- apt-get update && apt-get install -y npm
|
||||||
- npm install -g snyk
|
- npm install -g snyk
|
||||||
- snyk auth $SNYK_TOKEN
|
- snyk auth $SNYK_TOKEN
|
||||||
- pipenv run snyk test --severity-threshold=high
|
|
||||||
- pipenv run snyk monitor --severity-threshold=high --project-name=dc-deployments-automation
|
- pipenv run snyk monitor --severity-threshold=high --project-name=dc-deployments-automation
|
||||||
|
|||||||
@@ -53,5 +53,4 @@ pipelines:
|
|||||||
- apt-get update && apt-get install -y npm
|
- apt-get update && apt-get install -y npm
|
||||||
- npm install -g snyk
|
- npm install -g snyk
|
||||||
- snyk auth $SNYK_TOKEN
|
- snyk auth $SNYK_TOKEN
|
||||||
- pipenv run snyk test --severity-threshold=high
|
|
||||||
- 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