Skip to content

Commit 67847e6

Browse files
committed
chore: add gitleaks config
1 parent 9240533 commit 67847e6

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.gitleaks.toml

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

0 commit comments

Comments
 (0)