From b5173d42931af2d69f10781cf3ddd5dd394f8439 Mon Sep 17 00:00:00 2001 From: Yabo Hu Date: Wed, 3 Sep 2025 15:28:57 +0800 Subject: [PATCH] suppress false positive credscan result --- tools/SecurityTools/CredScanSuppressions.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tools/SecurityTools/CredScanSuppressions.json b/tools/SecurityTools/CredScanSuppressions.json index 30ea45ea572c..c4b549e67b97 100644 --- a/tools/SecurityTools/CredScanSuppressions.json +++ b/tools/SecurityTools/CredScanSuppressions.json @@ -1353,6 +1353,10 @@ "file": "src\\Resources\\MSGraph.Autorest\\exports\\ProxyCmdletDefinitions.ps1", "_justification": "False positive, there are no cred in this file." }, + { + "file": "generated\\Resources\\MSGraph.Autorest\\exports\\ProxyCmdletDefinitions.ps1", + "_justification": "False positive, there are no cred in this file." + }, { "file": "src\\Resources\\MSGraph.Autorest\\exports\\New-AzADUser.ps1", "_justification": "False positive, there are no cred in this file."