mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-20 00:28:52 +01:00
12 lines
189 B
JSON
12 lines
189 B
JSON
{
|
|
"tool": "Credential Scanner",
|
|
"suppressions": [
|
|
{
|
|
"file": [
|
|
"src/vs/base/test/common/uri.test.ts"
|
|
],
|
|
"_justification": "These are not passwords, they are URIs."
|
|
}
|
|
]
|
|
}
|