azure-sdk-for-cpp/eng/CredScanSuppression.json
Larry Osterman 562ca4c69c
Fixed credscan error (#4417)
* Fixed credscan error

* Try removing credscan placeholder suppression

* Refactored credentials into their own source file

* Pull request feedback
2023-03-08 15:15:45 -08:00

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."
}
]
}