mirror of
https://github.com/PowerShell/PowerShell.git
synced 2024-11-23 17:53:58 +08:00
18 lines
591 B
JSON
18 lines
591 B
JSON
{
|
|
"tool": "Credential Scanner",
|
|
"suppressions": [
|
|
{
|
|
"file": "\\test\\tools\\Modules\\WebListener\\ClientCert.pfx",
|
|
"_justification": "Test certificate with private key"
|
|
},
|
|
{
|
|
"file": "\\test\\tools\\Modules\\WebListener\\ServerCert.pfx",
|
|
"_justification": "Test certificate with private key"
|
|
},
|
|
{
|
|
"file": "\\test\\powershell\\Modules\\Microsoft.PowerShell.Security\\certificateCommon.psm1",
|
|
"_justification": "Test certificate with private key and inline suppression isn't working"
|
|
}
|
|
]
|
|
}
|