17 lines
362 B
TOML
17 lines
362 B
TOML
# Gitleaks Configuration for Canina Iran Monorepo
|
|
title = "Canina Iran Gitleaks Config"
|
|
|
|
[extend]
|
|
useDefault = true
|
|
|
|
[allowlist]
|
|
description = "Global allowlist for example and mock files"
|
|
paths = [
|
|
'''^\.env\.example$''',
|
|
'''^backend/\.env\.example$''',
|
|
'''^frontend/application/\.env\.example$''',
|
|
'''node_modules/''',
|
|
'''\.next/''',
|
|
'''dist/'''
|
|
]
|