mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-30 09:35:39 -05:00
22 lines
662 B
JSON
22 lines
662 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"
|
|
},
|
|
{
|
|
"file": ".devcontainer\\devcontainer.json",
|
|
"_justification": "Local development environment - not used in production"
|
|
}
|
|
]
|
|
}
|