11 lines
269 B
TOML
11 lines
269 B
TOML
[extend]
|
|
useDefault = true
|
|
|
|
[[allowlists]]
|
|
description = "Documented local-development and CI-only encryption fixtures"
|
|
regexTarget = "secret"
|
|
regexes = [
|
|
'''^bG9jYWwtZGV2LWVuY3J5cHRpb24ta2V5LTAwMDAwMDA=$''',
|
|
'''^Y2ktb25seS1lbmNyeXB0aW9uLWtleS0wMDAwMDAwMDA=$''',
|
|
]
|