From ed5a1bf9457d9776d5ff4c1df596c2440c02ee6a Mon Sep 17 00:00:00 2001 From: "wyoa-bot[bot]" <98073241+wyoa-bot[bot]@users.noreply.github.com> Date: Fri, 18 Oct 2024 12:09:51 +0000 Subject: [PATCH] fix(pre-commit): update pre-commit hook zricethezav/gitleaks to v8.21.1 | datasource | package | from | to | | ----------- | -------------------- | ------- | ------- | | github-tags | zricethezav/gitleaks | v8.21.0 | v8.21.1 | --- .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 79d944aca..3627b1553 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -28,6 +28,6 @@ repos: hooks: - id: forbid-secrets - repo: https://github.com/zricethezav/gitleaks - rev: v8.21.0 + rev: v8.21.1 hooks: - id: gitleaks