diff --git a/.config/CredScanSuppressions.json b/.config/CredScanSuppressions.json index eb994e17d..56a92306e 100644 --- a/.config/CredScanSuppressions.json +++ b/.config/CredScanSuppressions.json @@ -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" + } ] } \ No newline at end of file