From 4fc8f85b212e618b890e6718262bb5cc45694e84 Mon Sep 17 00:00:00 2001 From: Hang Lei Date: Tue, 25 Mar 2025 14:21:26 +0800 Subject: [PATCH] Init --- scripts/ci/credscan/CredScanSuppressions.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/scripts/ci/credscan/CredScanSuppressions.json b/scripts/ci/credscan/CredScanSuppressions.json index fa0d32f8e7b..5ce22d7c067 100644 --- a/scripts/ci/credscan/CredScanSuppressions.json +++ b/scripts/ci/credscan/CredScanSuppressions.json @@ -653,6 +653,12 @@ "src\\azure-cli\\azure\\cli\\command_modules\\batchai\\tests\\latest\\recordings\\test_batchai_manual_scale_scenario.yaml" ], "_justification": "[BATCHAI] request body password for testing" + }, + { + "file": [ + "src\\azure-cli\\azure\\cli\\command_modules\\rdbms\\flexible_server_custom_postgres.py" + ], + "_justification": "[RDBMS] False positive" } ] }