From 7934bf575331aefa46c05e73a0aefb90dc31b196 Mon Sep 17 00:00:00 2001 From: Zelin Wang Date: Tue, 28 Apr 2026 22:15:59 +1000 Subject: [PATCH] {CI} Add suppression for dummy DOCKER_REGISTRY_SERVER_PASSWORD in unit tests --- scripts/ci/credscan/CredScanSuppressions.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/scripts/ci/credscan/CredScanSuppressions.json b/scripts/ci/credscan/CredScanSuppressions.json index b20edb093b4..e3637713972 100644 --- a/scripts/ci/credscan/CredScanSuppressions.json +++ b/scripts/ci/credscan/CredScanSuppressions.json @@ -695,6 +695,10 @@ { "placeholder": "client_id_456", "_justification": "[ARO] Dummy client_id value in test_validators.py unit tests" + }, + { + "placeholder": "mypass", + "_justification": "[AppService] Dummy DOCKER_REGISTRY_SERVER_PASSWORD value in test_compose_convert.py unit tests" } ] }