ITPLT-4544 remove snyk scanner from pipelines

This commit is contained in:
Lee Goolsbee
2025-09-26 10:10:58 -05:00
parent db49f6c819
commit c94228e82f
3 changed files with 15 additions and 55 deletions

View File

@@ -51,19 +51,3 @@ pipelines:
- cd roles/{{ spath.parts[2] }}
- pipenv run molecule test -s {{ spath.parts[4] }}
{% endfor %}
- step:
name: Run Snyk security scan
caches:
- docker
- pip
- node
services:
- docker
script:
- export ANSIBLE_CONFIG=./ansible.cfg
- ./bin/install-ansible --dev
- apt-get update && apt-get install -y npm
- npm install -g snyk
- snyk auth $SNYK_TOKEN
- pipenv run snyk monitor --severity-threshold=high --project-name=dc-deployments-automation