Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 25 additions & 0 deletions .config/CredScanSuppressions.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"tool": "Credential Scanner",
"suppressions": [
{
"placeholder": "password",
"_justification": "This is a fake password used in test code."
},
{
"placeholder": "newpassword",
"_justification": "This is a fake password used in test code."
},
{
"placeholder": "AAABAgMEBQYHCAkKCwwNDg+ukCEMDf0yyQ29NYubggE=",
"_justification": "This is a fake password hash used in test code."
},
{
"placeholder": "1qaz!QAZ",
"_justification": "This is a fake password used in test code."
},
{
"placeholder": "1qaz@WSX",
"_justification": "This is a fake password used in test code."
}
]
}