Skip to content

Commit b770efd

Browse files
Create .gitleaks.toml
Signed-off-by: LUIZ HAMILTON ROBERTO DA SILVA <[email protected]>
1 parent f24592f commit b770efd

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

.gitleaks.toml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# .gitleaks.toml (repo root)
2+
3+
[[allowlist]]
4+
description = "Ignore explicit REDACTED placeholders in docs/config examples"
5+
regexes = [
6+
'(?i)(<redacted>|\*\*\*redacted\*\*\*|\bredacted\b)'
7+
]
8+
paths = [
9+
'README\.md$',
10+
'^nuget\.config$'
11+
]

0 commit comments

Comments
 (0)