infrastructure/.pre-commit-config.yaml

14 lines
331 B
YAML
Raw Permalink Normal View History

2024-09-26 22:02:36 +00:00
repos:
- repo: https://github.com/ansible/ansible-lint
rev: v6.22.1
hooks:
- id: ansible-lint
args:
- playbooks/tasks/
2024-10-03 01:02:05 +00:00
- playbooks/serguzim.net.yml
- playbooks/for-ansible-lint.yml
- repo: https://github.com/gitleaks/gitleaks
rev: v8.20.1
hooks:
- id: gitleaks