Files
azuredatastudio/.config/CredScanSuppressions.json
Sakshi Sharma 5377367053 Suppress cred scan issues (#23935)
* Suppress cred scan issues

* Fix indentation

* Fix indentation
2023-07-20 10:01:23 -07:00

30 lines
1.0 KiB
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"
},
{
"file": "extensions\\asde-deployment\\notebooks\\edge\\deploy-sql-edge-remote.ipynb",
"_justification": "Deployment Notebook - usernames/passwords are entered by user"
},
{
"file": "src\\vs\\workbench\\api\\test\\browser\\extHostTelemetry.test.ts",
"_justification": "External code"
}
]
}