SonarQube Cloud is a SaaS code analysis tool, designed to detect coding issues in 30+ languages, frameworks, and IaC platforms. The solution also provides fix recommendations leveraging AI with Sonar’s AI CodeFix capability. By integrating directly with your CI pipeline or one of the supported DevOps platforms, your code is checked against an extensive set of rules that cover many attributes of code, such as maintainability, reliability, and security issues, on each merge/pull request. (Formerly SonarCloud) You can start a no-commitment, 14-day trial of SonarQube Cloud for your private repositories completely free. No need to speak with a sales rep or request a license key - get automatic code analysis results on your private projects in minutes! SonarQube Cloud analysis is always free for open-source projects. You can create your free SonarQube Cloud account here. This Azure DevOps extension provides build tasks that you can add in your build definition. You'll benefit from automated detection of bugs and vulnerabilities across all branches and Pull Requests. SonarQube Cloud explains all coding issues in details, giving you chance to fix your code before even merging and deploying, all the while learning best practices along the way. At project level, you'll also get a dedicated widget that tracks the overall health of your application. To get started in a few minutes, you can:
About the SonarQube Cloud Azure DevOps Marketplace ExtensionThis extension provides the following features:
Note that the above features are available for all Git repository providers in Azure DevOps: Azure Repos Git, Bitbucket Cloud or GitHub. Want to see more examples of SonarQube Cloud in action? You can explore current Open Source projects in SonarQube Cloud that are using the Clean as You Code methodology. Highlighted FeaturesSeamless Integration with .Net solutionsThe analysis of C# and VB. Net solution is really straightforward since it only requires adding the two Prepare Analysis Configuration and Run Code Analysis tasks to your build definition. Easy setup for Maven and Gradle projectsIf you're doing Java, analyzing your source code is also very easy. It only requires adding the Prepare Analysis Configuration task, and check the Run SonarQube (Server, Cloud) Analysis option in the "Code Analysis" panel of the Maven or Gradle task. Branch and Pull Request analysisWhatever type of source repository you are analysing, when a build is run on a branch of your project, the extension automatically configures the analysis to be pushed to the relevant project branch on SonarQube Cloud: If you configure your build definition as a build validation for pull requests of that project (this can be done on "Branch policies"), SonarQube Cloud will also analyze the code changes and decorate the pull request with comments and overall status so that you can merge with confidence: Important note: to activate pull request decoration, you must specify a user token in the "General Settings > Pull Requests" administration page of your project in SonarQube Cloud. Quality Gate StatusIn a dashboard widgetYou can monitor the quality gate status of your projects in your favorite dashboard: In Release Pipelines (Preview)You can check the quality gate status of a build as a pre-deployment gate in release pipelines. In the build summaryThe Publish Quality Gate Result task waits for the analysis report to be consumed by SonarQube Cloud in order to flag the build job with the Quality Gate status. The Quality Gate is a major, out-of-the-box feature of SonarQube Cloud. It provides the ability to know at each analysis whether an application passes or fails the release criteria. In other words it tells you at every analysis whether an application is ready for production "quality-wise". Example of a passing Quality Gate: Example of a failing Quality Gate: Learn More - SonarQube Cloud | Azure integration |