From 8ce0fffb02d39e8f87e4180320819458f7025962 Mon Sep 17 00:00:00 2001 From: Renovate Date: Fri, 20 Dec 2024 16:58:01 +0000 Subject: [PATCH] chore(deps): update pre-commit hook gitleaks/gitleaks to v8.22.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 03b311f..40cf9d7 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.4 + rev: v8.22.0 hooks: - id: gitleaks exclude: '^ctl/generated.go|graph/generated/.*$|^graph/model/models_gen.go|^tools/.*$$'