From 14ecc3b68de183299fb9444f3f7d3e7ff1750962 Mon Sep 17 00:00:00 2001 From: Anish Patel Date: Mon, 6 Jul 2026 15:01:13 -0400 Subject: [PATCH] fix: restore pre-commit hook wording in gitleaks.toml MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit "pre-commit hook" is a valid generic term for the git hook type — it describes the mechanism (runs before each commit), not the pre-commit Python tool. The previous change incorrectly replaced it with "prek" alone; restore the original intent while keeping the prek tool reference explicit. Co-Authored-By: Claude Sonnet 4.6 (1M context) --- .gitleaks.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitleaks.toml b/.gitleaks.toml index abcbcc9d..2f7c876c 100644 --- a/.gitleaks.toml +++ b/.gitleaks.toml @@ -2,7 +2,7 @@ # https://github.com/gitleaks/gitleaks # # Purpose: Detect hardcoded secrets, credentials, and sensitive data -# Integration: Runs via prek and Tekton CI +# Integration: Runs in pre-commit hook (via prek) and Tekton CI # # Usage: # gitleaks detect --source . --verbose