fix: gitleaks version resolution and allowlist test fixtures
Some checks failed
CI / secrets (push) Successful in 9s
CI / lint (push) Successful in 13s
CI / test (push) Successful in 26s
CI / build (push) Failing after 28s

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 <noreply@anthropic.com>
This commit is contained in:
user
2026-02-22 08:26:30 +01:00
parent 18992c63e1
commit 5eb64d034e

3
.gitleaks.toml Normal file
View File

@@ -0,0 +1,3 @@
[allowlist]
description = "Test fixture false positives"
paths = ["tests/test_captcha\\.py"]