From 4ed9c4b2824fce6127a957449b5ba400bee9d8c2 Mon Sep 17 00:00:00 2001 From: necusjz Date: Mon, 19 Jan 2026 14:45:20 +1100 Subject: [PATCH] ci: suppress false positives --- scripts/ci/credscan/CredScanSuppressions.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/scripts/ci/credscan/CredScanSuppressions.json b/scripts/ci/credscan/CredScanSuppressions.json index d24c90f5e5d..958dae8faa8 100644 --- a/scripts/ci/credscan/CredScanSuppressions.json +++ b/scripts/ci/credscan/CredScanSuppressions.json @@ -671,6 +671,18 @@ "src/azure-cli/azure/cli/command_modules/cognitiveservices/tests/latest/data/snowflake_user_pwd.yaml" ], "_justification": "[cognitiveservices] request password for testing" + }, + { + "file": [ + "src\\azure-cli\\azure\\cli\\command_modules\\postgresql\\flexible_server_custom_postgres.py" + ], + "_justification": "[PostgreSQL] False positive" + }, + { + "file": [ + "src\\azure-cli\\azure\\cli\\command_modules\\network\\tests\\latest\\test_network_commands.py" + ], + "_justification": "[Network] False positive" } ] }