azure-sdk-for-cpp/eng/CredScanSuppression.json
2025-02-19 12:31:59 -08:00

22 lines
867 B
JSON

{
"tool": "Credential Scanner",
"suppressions": [
{
"file": [ "eng/common/testproxy/dotnet-devcert.pfx" ],
"_justification": "File contains private key used by test code."
},
{
"file": [ "sdk/attestation/azure-security-attestation/test/ut/crypto_test_collateral.cpp" ],
"_justification": "File contains a PEM encoded RSA private key used by test code."
},
{
"file": [ "sdk/identity/azure-identity/test/perf/inc/azure/identity/test/externals/perf.combo.pem" ],
"_justification": "File contains a PEM encoded RSA private key used by perf test code."
},
{
"file": [ "sdk/keyvault/azure-security-keyvault-certificates/samples/certificate-import-certificate/certificate_import_certificate.cpp" ],
"_justification": "File contains a PEM encoded RSA private key used by test code."
}
]
}