From 6043dca9c23ec49376d0d53242eb894daca10c9b Mon Sep 17 00:00:00 2001 From: Aditya Pujara <59631311+a0x1ab@users.noreply.github.com> Date: Wed, 25 Feb 2026 12:50:52 +1030 Subject: [PATCH] {Misc.} Fix up credscan false positive (#32847) --- 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 958dae8faa8..b20edb093b4 100644 --- a/scripts/ci/credscan/CredScanSuppressions.json +++ b/scripts/ci/credscan/CredScanSuppressions.json @@ -683,6 +683,18 @@ "src\\azure-cli\\azure\\cli\\command_modules\\network\\tests\\latest\\test_network_commands.py" ], "_justification": "[Network] False positive" + }, + { + "placeholder": "asdfghjkl", + "_justification": "[ARO] Dummy client_secret value in test_validators.py unit tests" + }, + { + "placeholder": "secret_123", + "_justification": "[ARO] Dummy client_secret value in test_validators.py unit tests" + }, + { + "placeholder": "client_id_456", + "_justification": "[ARO] Dummy client_id value in test_validators.py unit tests" } ] }