PowerShell/tools/credScan/suppress.json

18 lines
591 B
JSON
Raw Normal View History

{
"tool": "Credential Scanner",
"suppressions": [
{
2020-02-04 22:21:06 +01:00
"file": "\\test\\tools\\Modules\\WebListener\\ClientCert.pfx",
"_justification": "Test certificate with private key"
},
{
2020-02-04 22:21:06 +01:00
"file": "\\test\\tools\\Modules\\WebListener\\ServerCert.pfx",
"_justification": "Test certificate with private key"
2020-02-04 22:21:06 +01:00
},
{
"file": "\\test\\powershell\\Modules\\Microsoft.PowerShell.Security\\certificateCommon.psm1",
"_justification": "Test certificate with private key and inline suppression isn't working"
}
]
}