Merge pull request #686 from Darleev/v-danurg-credscan-exclusions

Added credscan file to ignore SQL Express pass
This commit is contained in:
Maxim Lobanov
2020-04-07 16:08:11 +03:00
committed by GitHub

View File

@@ -0,0 +1,9 @@
{
"tool": "Credential Scanner",
"suppressions": [
{
"placeholder": "P@ssword!!",
"_justification": "Password used by SQL Express. It is required to interact with database."
}
]
}