Initialize the suppression file. (#3569)

This commit is contained in:
Sima Zhu 2022-04-19 16:12:46 -07:00 committed by GitHub
parent 4261bd3562
commit 225e8ff914
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -0,0 +1,11 @@
{
"tool": "Credential Scanner",
"suppressions": [
{
"file":[
"eng/common/testproxy/dotnet-devcert.pfx"
],
"_justification": "File contains private key used by test code."
}
]
}