From 6fc27915c97a25f1c5fbd91aa89e7f27f15a0b30 Mon Sep 17 00:00:00 2001 From: Renovate Date: Thu, 19 Dec 2024 23:42:46 +0000 Subject: [PATCH] chore(deps): update pre-commit hook gitleaks/gitleaks to v8.21.3 --- .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 9808016..2e42e0d 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -41,7 +41,7 @@ repos: hooks: - id: golangci-lint-full - repo: https://github.com/gitleaks/gitleaks - rev: v8.21.2 + rev: v8.21.3 hooks: - id: gitleaks exclude: '^ctl/generated.go|graph/generated/.*$|^graph/model/models_gen.go|^tools/.*$$'