From fc532be434635d3c066112f4030ec08a045e22db Mon Sep 17 00:00:00 2001 From: "Luke W. Johnston" Date: Mon, 7 Jul 2025 12:13:42 -0400 Subject: [PATCH] build: :wrench: add gitleaks pre-commit hook --- .pre-commit-config.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 67f39cc..ea46853 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -5,6 +5,11 @@ ci: autoupdate_commit_msg: "ci(pre-commit): :construction_worker: update pre-commit CI version" repos: + - repo: https://github.com/gitleaks/gitleaks + rev: v8.27.2 + hooks: + - id: gitleaks + - repo: https://github.com/pre-commit/pre-commit-hooks rev: v5.0.0 hooks: