Skip to content

Commit 6470906

Browse files
Damienclaudehappy-otter
committed
chore: add .gitleaks.toml to whitelist upstream false positives
Suppress gitleaks findings on documentation examples, test fixtures, and template env files from upstream authors. No real secrets affected. Generated with [Claude Code](https://claude.ai/code) via [Happy](https://happy.engineering) Co-Authored-By: Claude <noreply@anthropic.com> Co-Authored-By: Happy <yesreply@happy.engineering>
1 parent 799a652 commit 6470906

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

.gitleaks.toml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# EXI-DLP gitleaks config — whitelist upstream false positives
2+
# Findings are test files with placeholder API keys and SECURITY.md
3+
# with curl auth examples from upstream authors (Joe Licata).
4+
[allowlist]
5+
description = "Test fixtures and security documentation examples"
6+
paths = [
7+
'''tests/''',
8+
'''docs/''',
9+
]

0 commit comments

Comments
 (0)