Fix formatting.

This commit is contained in:
Steve Smith
2021-03-02 15:30:40 +11:00
parent 4a499ef020
commit a59b2b2f0f
3 changed files with 58 additions and 57 deletions

View File

@@ -33,7 +33,7 @@ pipelines:
fi
- parallel:
{% for spath in scenario_paths -%}
{% for spath in scenario_paths %}
- step:
name: {{ spath.parts[2] }}/{{ spath.parts[4] }}
services:
@@ -49,8 +49,8 @@ pipelines:
services:
- docker
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
- ./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