From 53773670533f963ffaec0562c0998e86de8ccac9 Mon Sep 17 00:00:00 2001 From: Sakshi Sharma <57200045+SakshiS-harma@users.noreply.github.com> Date: Thu, 20 Jul 2023 10:01:23 -0700 Subject: [PATCH] Suppress cred scan issues (#23935) * Suppress cred scan issues * Fix indentation * Fix indentation --- .config/CredScanSuppressions.json | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/.config/CredScanSuppressions.json b/.config/CredScanSuppressions.json index 6e8424305b..a48ac725a1 100644 --- a/.config/CredScanSuppressions.json +++ b/.config/CredScanSuppressions.json @@ -14,12 +14,16 @@ "_justification": "False positive from webpacked code" }, { - "file": ".devcontainer\\devcontainer.json", - "_justification": "Local development environment - not used in production" + "file": ".devcontainer\\devcontainer.json", + "_justification": "Local development environment - not used in production" }, { - "file": "extensions\\asde-deployment\\notebooks\\edge\\deploy-sql-edge-remote.ipynb", - "_justification": "Deployment Notebook - usernames/passwords are entered by user" + "file": "extensions\\asde-deployment\\notebooks\\edge\\deploy-sql-edge-remote.ipynb", + "_justification": "Deployment Notebook - usernames/passwords are entered by user" + }, + { + "file": "src\\vs\\workbench\\api\\test\\browser\\extHostTelemetry.test.ts", + "_justification": "External code" } ] }