* Fixed credscan error * Try removing credscan placeholder suppression * Refactored credentials into their own source file * Pull request feedback
14 lines
405 B
JSON
14 lines
405 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."
|
|
}
|
|
]
|
|
}
|