Must-share information (formatted with Markdown):
- which versions are you using: SonarQube Enterprise Edition Version 9.9.1 (build 69595), SonarScanner CLI 6.2.1.4610
We used to install SonarScanner CLI on our CI runners through Homebrew but recently switched to a popular tool mise which is a great cli tools manager, which allows to install and version-control tools on global and project levels. However, there is no official asdf plugin for SonarScanner CLI.
It would be great to have more alternative ways to install sonar-scanner-cli: asdf, aqua etc.
We started using GitHub - virtualstaticvoid/asdf-sonarscanner: sonar scanner plugin for asdf version manager to install the scanner through mise, but it would be better if you take such things under your control.