mirror of
https://github.com/Microsoft/calculator.git
synced 2025-08-20 13:23:13 -07:00
correct path for credscan suppression
This commit is contained in:
parent
f6598830b4
commit
5e75f1392b
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
"tool": "Credential Scanner",
|
||||
"suppressions": [
|
||||
{
|
||||
"file": "\\src\\NotepadApp\\WindowsDev_TemporaryKey.pfx",
|
||||
"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."
|
||||
}
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue