mirror of
https://github.com/microsoft/calculator.git
synced 2025-03-12 04:35:52 -07:00
* onboard 1ES PT * revert the todo item * resolve comments * add back the nuget security analysis for OSSBuild
14 lines
582 B
JSON
14 lines
582 B
JSON
{
|
|
"tool": "Credential Scanner",
|
|
"suppressions": [
|
|
{
|
|
"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."
|
|
}
|
|
]
|
|
}
|