Hi all,
SonarSource is proud to announce the release of SonarQube 10.0, with faster first analysis, many new Docker security rules, and much more. Details in the official announcement.
In addition, there are a few other items to note in the release:
- We’ve added the new scanner parameter
sonar.token
to set a token for the analysis. The use ofsonar.login
was deprecated in this release. (SONAR-18591).
The new version of the SonarScanner for .NET (5.13) supporting this parameter will be available soon. - We’ve strengthened the security policy for plugins. Plugin maintainers may need to update some of their plugins to stop including inline scripts in the UI. (SONAR-18809).
- The web services and web service parameters that were deprecated in 8.x and 9.x versions have been removed. There are noteworthy impacts on Quality Gates and Portfolios. See more details in the corresponding tickets.
- We’ve removed the common rules that were deprecated in 9.x and already dropped for some languages. (SONAR-16198).
- Pull Request decoration parameters that were deprecated in 8.x have also been removed. (SONAR-17711).
You’ll find more details in the upgrade notes and full details in the release notes. Please open new threads for any questions you have about these or other features.
As usual, download is available at sonarsource.com. Docker images are also available on Docker Hub.
Chris