29 lines
721 B
YAML
29 lines
721 B
YAML
repos:
|
|
- repo: https://github.com/gitleaks/gitleaks
|
|
rev: v8.18.2
|
|
hooks:
|
|
- id: gitleaks
|
|
|
|
- repo: https://github.com/adrienverge/yamllint
|
|
rev: v1.35.1
|
|
hooks:
|
|
- id: yamllint
|
|
args: [--config-file, .yamllint]
|
|
exclude: |
|
|
(?x)^(
|
|
roles/geerlingguy\..*/|
|
|
roles/oatakan\..*/|
|
|
roles/ikke_t\..*/|
|
|
roles/sage905\..*/|
|
|
\.ansible/|
|
|
collections/ansible_collections/
|
|
)
|
|
|
|
- repo: https://github.com/ansible/ansible-lint
|
|
rev: v25.1.3
|
|
hooks:
|
|
- id: ansible-lint
|
|
# ansible-lint reads .ansible-lint for configuration
|
|
additional_dependencies:
|
|
- ansible-core>=2.15
|