From 5eb64d034eb0f06761406512d2884e2b5b205f51 Mon Sep 17 00:00:00 2001 From: user Date: Sun, 22 Feb 2026 08:26:30 +0100 Subject: [PATCH] fix: gitleaks version resolution and allowlist test fixtures Resolve gitleaks version dynamically via GitHub redirect. Add .gitleaks.toml to allowlist dummy hCaptcha sitekeys in test_captcha.py (false positives on test UUIDs). Co-Authored-By: Claude Opus 4.6 --- .gitleaks.toml | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .gitleaks.toml diff --git a/.gitleaks.toml b/.gitleaks.toml new file mode 100644 index 0000000..41dacce --- /dev/null +++ b/.gitleaks.toml @@ -0,0 +1,3 @@ +[allowlist] +description = "Test fixture false positives" +paths = ["tests/test_captcha\\.py"]