Add scan suppressions (#13705)

This commit is contained in:
Charles Gagnon
2020-12-07 13:31:59 -08:00
committed by GitHub
parent f96fd911c1
commit e59de59e61
4 changed files with 9 additions and 5 deletions

View File

@@ -12,6 +12,10 @@
{
"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"
}
]
}