From fbfad66ccb61c9dface48d6a0c8126211941f9c6 Mon Sep 17 00:00:00 2001 From: lvlcn-t <75443136+lvlcn-t@users.noreply.github.com> Date: Thu, 28 Nov 2024 17:37:45 +0100 Subject: [PATCH] chore: bump gitleaks v8.21.2 Signed-off-by: lvlcn-t <75443136+lvlcn-t@users.noreply.github.com> --- .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 e6c66ed..37ca9f6 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -11,7 +11,7 @@ repos: # If this is used for business, a free license is required. # It can be obtained from https://gitleaks.io/products.html - repo: https://github.com/gitleaks/gitleaks - rev: v8.19.3 + rev: v8.21.2 hooks: - id: gitleaks stages: [pre-commit]