From 0ab82966b33844362a0a28ca9284e1095f4f72da Mon Sep 17 00:00:00 2001 From: Varac renovate bot <renovatebot@varac.net> Date: Wed, 16 Oct 2024 02:08:15 +0000 Subject: [PATCH] chore(deps): update pre-commit hook zricethezav/gitleaks to v8.21.0 --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 20c744e..fd4e14f 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -155,7 +155,7 @@ repos: # Detect secrets # - repo: https://github.com/zricethezav/gitleaks - rev: v8.20.1 + rev: v8.21.0 hooks: - id: gitleaks stages: [commit] -- GitLab