Files
vscode/build/azure-pipelines/config/CredScanSuppressions.json
2022-01-04 14:40:30 -08:00

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."
}
]
}