mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-17 11:01:37 -05:00
18 lines
502 B
JSON
18 lines
502 B
JSON
{
|
|
"tool": "Credential Scanner",
|
|
"suppressions": [
|
|
{
|
|
"file": "src\\vs\\base\\test\\common\\uri.test.ts",
|
|
"_justification": "External code"
|
|
},
|
|
{
|
|
"file": "build\\actions\\AutoLabel\\dist\\index.js",
|
|
"_justification": "False positive from webpacked code"
|
|
},
|
|
{
|
|
"file": "build\\actions\\AutoMerge\\dist\\index.js",
|
|
"_justification": "False positive from webpacked code"
|
|
}
|
|
]
|
|
}
|