azuredatastudio/.config/CredScanSuppressions.json

26 строки
871 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"
2020-03-10 22:50:18 +03:00
},
{
"file": "build\\actions\\AutoMerge\\dist\\index.js",
"_justification": "False positive from webpacked code"
2020-12-08 00:31:59 +03:00
},
{
"file": ".devcontainer\\devcontainer.json",
"_justification": "Local development environment - not used in production"
2021-08-16 22:59:18 +03:00
},
{
"file": "extensions\\asde-deployment\\notebooks\\edge\\deploy-sql-edge-remote.ipynb",
"_justification": "Deployment Notebook - usernames/passwords are entered by user"
}
]
}