From d354821b162baca9e40d9414bcb2ff8b488d11ec Mon Sep 17 00:00:00 2001 From: Varac renovate bot <renovatebot@varac.net> Date: Thu, 31 Oct 2024 02:08:14 +0000 Subject: [PATCH] chore(deps): update pre-commit hook zricethezav/gitleaks to v8.21.2 --- .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 2c5df28..17e3d77 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.21.1 + rev: v8.21.2 hooks: - id: gitleaks stages: [commit] -- GitLab