Added names

Signed-off-by: Mark Bolwell <mark.bollyuk@gmail.com>
This commit is contained in:
Mark Bolwell 2025-05-28 10:52:32 +01:00
parent 73c84de639
commit a1126618a7
No known key found for this signature in database
GPG key ID: 997FF7FE93AEB5B9

View file

@ -39,16 +39,16 @@ repos:
rev: v1.5.0
hooks:
- id: detect-secrets
name: Detect Secrets
name: Detect Secrets test
- repo: https://github.com/gitleaks/gitleaks
rev: v8.24.3
rev: v8.26.0
hooks:
- id: gitleaks
name: GitLeaks
name: Run Gitleaks test
- repo: https://github.com/ansible-community/ansible-lint
rev: v25.2.1
rev: v25.5.0
hooks:
- id: ansible-lint
name: Ansible-lint
@ -67,7 +67,7 @@ repos:
# - ansible-core>=2.10.1
- repo: https://github.com/adrienverge/yamllint.git
rev: v1.37.0 # or higher tag
rev: v1.37.1 # or higher tag
hooks:
- id: yamllint
name: Check YAML Lint