DCD-1276: Use snyk monitoring rather than local testing for now.

This commit is contained in:
Steve Smith
2021-04-14 11:06:54 +10:00
parent fb369e6d76
commit 956f78b4ef
2 changed files with 0 additions and 2 deletions

View File

@@ -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

View File

@@ -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