Files
s5p/.gitleaks.toml
user cca76d4974
Some checks failed
ci / secrets (push) Successful in 5s
ci / test (push) Successful in 20s
ci / build (push) Failing after 33s
fix: add gitleaks allowlist for docs/tests false positives
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>
2026-02-22 07:09:46 +01:00

6 lines
63 B
TOML

[allowlist]
paths = [
'''tests/''',
'''docs/''',
]