Skip to content

Commit 1271ecc

Browse files
committed
chore: add gitleaks config
1 parent 218a1cc commit 1271ecc

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

.gitleaks.toml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# Gitleaks configuration
2+
# https://github.com/gitleaks/gitleaks
3+
4+
title = "RedditModLog gitleaks config"
5+
6+
[allowlist]
7+
description = "Global allowlist"
8+
paths = [
9+
'''\.env\.example''',
10+
'''__pycache__/''',
11+
'''\.pytest_cache/''',
12+
]

0 commit comments

Comments
 (0)