fix ansible config for snyk step

This commit is contained in:
Lee Goolsbee
2022-09-08 18:29:07 -05:00
parent 2a49b6f91e
commit c426c20ca3
2 changed files with 2 additions and 0 deletions

View File

@@ -539,6 +539,7 @@ pipelines:
services:
- docker
script:
- export ANSIBLE_CONFIG=./ansible.cfg
- ./bin/install-ansible --dev
- apt-get update && apt-get install -y npm
- npm install -g snyk

View File

@@ -60,6 +60,7 @@ pipelines:
services:
- docker
script:
- export ANSIBLE_CONFIG=./ansible.cfg
- ./bin/install-ansible --dev
- apt-get update && apt-get install -y npm
- npm install -g snyk