From b11137b123c51126e8a826fdd011e0cba81e0b51 Mon Sep 17 00:00:00 2001 From: Anton Bobov Date: Sun, 19 Apr 2026 21:45:47 +0500 Subject: add gitleaks pre-commit hook --- .pre-commit-config.yaml | 5 +++++ 1 file changed, 5 insertions(+) (limited to '.pre-commit-config.yaml') diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 87700c6..61eb8b4 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -17,3 +17,8 @@ repos: rev: v2.4.2 hooks: - id: codespell + + - repo: https://github.com/gitleaks/gitleaks + rev: v8.30.0 + hooks: + - id: gitleaks -- cgit v1.2.3