From 20ed6847cbf21c433797022b62ac297fc5597b7d Mon Sep 17 00:00:00 2001 From: Naga Nandyala Date: Tue, 3 Mar 2026 09:30:39 +1100 Subject: [PATCH] {Misc.} Fix up credscan false positive (#32847) [cherry-pick from release] --- 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" } ] }