From a1126618a7b22475921834e166d339707ab04e3b Mon Sep 17 00:00:00 2001 From: Mark Bolwell Date: Wed, 28 May 2025 10:52:32 +0100 Subject: [PATCH] Added names Signed-off-by: Mark Bolwell --- .pre-commit-config.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 331d150..c25682f 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -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