mirror of
https://github.com/Microsoft/calculator.git
synced 2025-08-20 21:33:10 -07:00
credscan suppression
This commit is contained in:
parent
2f9cf0edd6
commit
3a800bf4e8
1 changed files with 9 additions and 0 deletions
9
.config/CredScanSuppressions.json
Normal file
9
.config/CredScanSuppressions.json
Normal file
|
@ -0,0 +1,9 @@
|
|||
{
|
||||
"tool": "Credential Scanner",
|
||||
"suppressions": [
|
||||
{
|
||||
"file": "\\src\\NotepadApp\\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."
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue