From fde504cfde96e797787698a40e1692a2d4b66a4a Mon Sep 17 00:00:00 2001 From: Yabo Hu Date: Tue, 3 Dec 2024 14:42:52 +0800 Subject: [PATCH] Update CredScanSuppressions.json (#26808) --- tools/SecurityTools/CredScanSuppressions.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tools/SecurityTools/CredScanSuppressions.json b/tools/SecurityTools/CredScanSuppressions.json index 1d56c5960bcc..e1e69ce0d96c 100644 --- a/tools/SecurityTools/CredScanSuppressions.json +++ b/tools/SecurityTools/CredScanSuppressions.json @@ -1352,6 +1352,10 @@ { "file": "src\\Resources\\MSGraph.Autorest\\exports\\New-AzADUser.ps1", "_justification": "False positive, there are no cred in this file." + }, + { + "file": "src\\RecoveryServices\\RecoveryServices.Backup.Providers\\Providers\\IaasVmPsBackupProvider.cs", + "_justification": "False positive, there are no cred in this file." } ] }