10 lines
290 B
TOML
10 lines
290 B
TOML
[whitelist]
|
|
# As of v4, gitleaks only matches against filename, not path in the
|
|
# files directive. Leaving content for backwards compatibility.
|
|
files = [
|
|
"ansible/plugins/modules/*.py",
|
|
"ansible/tests/unit/test_*.py",
|
|
"ansible/tests/unit/*.yaml",
|
|
"ansible/tests/unit/v2/*.yaml",
|
|
]
|