suppress credscan for CalculatorUnitTests

This commit is contained in:
Tian Liao 2023-10-24 17:34:16 +08:00
commit 7aaf12a401

View file

@ -4,6 +4,10 @@
{
"file": "\\src\\Calculator\\WindowsDev_TemporaryKey.pfx",
"_justification": "This is an untrusted, self-signed certificate which is used only during development. Its private key is not intended to be secret."
},
{
"file": "\\src\\CalculatorUnitTests\\WindowsDev_TemporaryKey.pfx",
"_justification": "This is an untrusted, self-signed certificate which is used only during development. Its private key is not intended to be secret."
}
]
}