Skip to content

Commit c78df20

Browse files
committed
fix: allowlist replace-with-* placeholder in gitleaks config
1 parent 1deaefd commit c78df20

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.gitleaks.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,4 +45,5 @@ regexTarget = "match"
4545
regexes = [
4646
'''(?i)(your|example|placeholder|changeme|change-me|local-dev-secret|dummy|test|xxx|<[^>]+>)''',
4747
'''\$\{[^}]+\}''',
48+
'''(?i)replace-with-''',
4849
]

0 commit comments

Comments
 (0)