Skip to content

Commit

Permalink
Add files to suppression list
Browse files Browse the repository at this point in the history
  • Loading branch information
AnatolyPristensky committed Mar 13, 2024
1 parent 9200746 commit 0ba646b
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion .config/CredScanSuppressions.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,22 @@
{
"tool": "Credential Scanner",
"suppressions": [
"suppressions": [
{
"file": "/DemoApp/android/keystores/debug.keystore.properties",
"_justification": "CSCAN-GENERAL0060 used only in DemoApp"
},
{
"file": "/TestApp/android/keystores/debug.keystore.properties",
"_justification": "CSCAN-GENERAL0060 used only in DemoApp"
},
{
"file": "/TestApp34/android/keystores/debug.keystore.properties",
"_justification": "CSCAN-GENERAL0060 used only in DemoApp"
},
{
"file": "/TestAppTypescript/android/keystores/debug.keystore.properties",
"_justification": "CSCAN-GENERAL0060 used only in DemoApp"
}
]
}

0 comments on commit 0ba646b

Please sign in to comment.