13 lines
216 B
TOML
13 lines
216 B
TOML
title = "project-infra secret scanning"
|
|
|
|
[extend]
|
|
useDefault = true
|
|
|
|
[[allowlists]]
|
|
description = "Documentation placeholders"
|
|
regexes = [
|
|
'''REPLACE_VIA_[A-Z0-9_]+''',
|
|
'''<[^>]+>''',
|
|
'''\$\{[A-Z0-9_]+\}''',
|
|
]
|