kylin-code/build/azure-pipelines/config/CredScanSuppressions.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."
}
]
}