Conversation
️✔️AzureCLI-FullTest
|
️✔️AzureCLI-BreakingChangeTest
|
|
Thank you for your contribution! We will review the pull request and get back to you soon. |
|
The git hooks are available for azure-cli and azure-cli-extensions repos. They could help you run required checks before creating the PR. Please sync the latest code with latest dev branch (for azure-cli) or main branch (for azure-cli-extensions). pip install azdev --upgrade
azdev setup -c <your azure-cli repo path> -r <your azure-cli-extensions repo path>
|
There was a problem hiding this comment.
Pull request overview
This PR merges release 2.84.0 back to the dev branch, specifically incorporating PR #32847 which fixes CredScan false positives. The change adds three suppressions for dummy credential values used in ARO (Azure Red Hat OpenShift) unit tests to prevent the CredScan tool from flagging these harmless test strings as security issues.
Changes:
- Added three CredScan suppressions for placeholder test values (
asdfghjkl,secret_123,client_id_456) used in ARO test_validators.py unit tests
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Merge fix #32847 back to
dev.🛑 Don't squash merge but merge it locally and push.