chore: use pipx to isolate python packages #354

Merged
xoxys merged 3 commits from use-pipx into main 2023-12-14 08:55:09 +01:00
1 changed files with 3 additions and 1 deletions
Showing only changes of commit f264c2762d - Show all commits

View File

@ -24,7 +24,9 @@ steps:
TRIVY_NO_PROGRESS: "true"
TRIVY_SEVERITY: HIGH,CRITICAL
TRIVY_TIMEOUT: 1m
TRIVY_SKIP_FILES: /usr/local/bin/gomplate
TRIVY_SKIP_FILES: >-
/usr/local/bin/gomplate,
/opt/pipx/venvs/ansible/lib/**/site-packages/ansible_collections/**/modules/*.py
publish-dockerhub:
group: container