The new version is now the official entrypoint for both Server and Cloud: a single GitHub action to interact with the SonarQube solution, whether on-premise or in the cloud!
It also brings several other improvements, including:
- the ability to customize the location from where the SonarScanner CLI is downloaded, which can be useful when the runner is self-hosted and has regulated or no access to the Internet
- the ability to use
curl
as a fallbackwhen
wget is not available in the environment of the runner - the requirement of the Java
keytool
to be available has been lifted
What's Changed
- SQSCANGHA-51 Make Scanner CLI binaries URL customizable by @antonioaversa in #148
- SQSCANGHA-55 Support GitHub self-hosted runners without wget by @antonioaversa in #151
- SQSCANGHA-54 Rebranding by @antonioaversa in #152
- SQSCANGHA-56 Support GitHub self-hosted runners without keytool by @antonioaversa in #149
Full Changelog: v4.0.0...v4.1.0