Files
ansible/lib/python3.10/site-packages/ansible_collections/azure/azcollection/CredScanSuppressions.json
2023-02-08 12:13:28 +01:00

17 lines
470 B
JSON

{
"tool": "Credential Scanner",
"suppressions": [
{
"placeholder": "Password123!",
"_justification": "Mock secret used for tests and samples."
},
{
"file": "cert1.txt",
"_justification": "Legitimate IT certificate file with private key"
},
{
"file": "cert2.txt",
"_justification": "Legitimate IT certificate file with private key"
}
]
}