Add CredScanSuppressions file (#9438)

* Add cred scan suppressions file

* Fix path
This commit is contained in:
Charles Gagnon
2020-03-04 11:55:19 -08:00
committed by GitHub
parent 0f9d98730e
commit 47c77cc2a7

View File

@@ -0,0 +1,9 @@
{
"tool": "Credential Scanner",
"suppressions": [
{
"file": "src\\vs\\base\\test\\common\\uri.test.ts",
"_justification": "External code"
}
]
}