From 0a4745c95725df0ec60f213232a319a608222d8e Mon Sep 17 00:00:00 2001 From: Mark Zuber Date: Tue, 6 Aug 2019 11:46:49 -0700 Subject: [PATCH] update credscan for test pfx --- build/credscan-exclusion.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build/credscan-exclusion.json b/build/credscan-exclusion.json index 262cf382a..5c8f68926 100644 --- a/build/credscan-exclusion.json +++ b/build/credscan-exclusion.json @@ -13,6 +13,10 @@ "file": "UWP_TemporaryKey.pfx", "_justification": "UWP sample app certificate generated by VIsual Studio." }, + { + "file": "AdalUAPTestApp_TemporaryKey.pfx", + "_justification": "Legitimate UWP app certificate file with private key required for the app to function. this is sample test app." + }, { "file": "valid_cert.pfx", "_justification": "Self-signed certificate used by unit tests."