mirror of
https://github.com/actions/runner-images.git
synced 2025-12-11 03:27:05 +00:00
added credscan file to ignore SQL Express pass
This commit is contained in:
9
images.CI/credscan-exclusions.json
Normal file
9
images.CI/credscan-exclusions.json
Normal 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."
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user