Skip to content

Commit 0c93c90

Browse files
authored
{CI} Add suppression for dummy DOCKER_REGISTRY_SERVER_PASSWORD in unit tests (#33279)
1 parent c81b617 commit 0c93c90

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

scripts/ci/credscan/CredScanSuppressions.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -695,6 +695,10 @@
695695
{
696696
"placeholder": "client_id_456",
697697
"_justification": "[ARO] Dummy client_id value in test_validators.py unit tests"
698+
},
699+
{
700+
"placeholder": "mypass",
701+
"_justification": "[AppService] Dummy DOCKER_REGISTRY_SERVER_PASSWORD value in test_compose_convert.py unit tests"
698702
}
699703
]
700704
}

0 commit comments

Comments
 (0)