Files
offline_kubespray/collection/azure/azcollection/CredScanSuppressions.json
ByeonJungHun 360c6eef4a offline 작업
2024-02-19 16:02:29 +09:00

17 lines
486 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"
}
]
}