dd
All checks were successful
gitleaks / gitleaks (pull_request) Successful in 4s

This commit is contained in:
Michael Grote 2024-09-13 18:01:51 +02:00
parent 85711e7282
commit 63219b8d62

View file

@ -18,6 +18,8 @@ jobs:
- name: Run ansible-lint
uses: docker://registry.mgrote.net/ansible-devspace:latest
with:
args: ansible-lint --force-color --format pep8 --show-relpath
entrypoint: ["/bin/bash", "-c"]
args: |
ansible-lint --force-color --format pep8 --show-relpath
# VAULTPASS ist als Secrets auf Repo-Ebene angelegt