Skip to content

Commit 32701f9

Browse files
committed
chore: add gitleaks config
1 parent 5e9cf20 commit 32701f9

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

.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 = "Scripts gitleaks config"
5+
6+
[allowlist]
7+
description = "Global allowlist"
8+
paths = [
9+
'''\.env\.example''',
10+
]

0 commit comments

Comments
 (0)