fix: add gitleaks allowlist for docs/tests false positives
Some checks failed
ci / secrets (push) Successful in 5s
ci / test (push) Successful in 20s
ci / build (push) Failing after 33s

All 11 findings are API endpoint URLs (http://api:8081/...) in
documentation and test files, not actual secrets.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
user
2026-02-22 07:09:46 +01:00
parent a64b09de8e
commit cca76d4974

5
.gitleaks.toml Normal file
View File

@@ -0,0 +1,5 @@
[allowlist]
paths = [
'''tests/''',
'''docs/''',
]