---
description: SonarQube : avantages et inconvénients. Lisez les avis clients, consultez les prix et découvrez les fonctionnalités.
image: https://gdm-localsites-assets-gfprod.imgix.net/images/capterra/og_logo-e5a8c001ed0bd1bb922639230fcea71a.png?auto=format%2Cenhance%2Ccompress
title: SonarQube - Avis, notes, prix et abonnements - Capterra Canada 2026
---

Breadcrumb: [Accueil](/) > [Outils intégration continue](/directory/31119/continuous-integration/software) > [SonarQube](/software/210481/sonarqube)

# SonarQube

Canonical: https://fr.capterra.ca/software/210481/sonarqube

Page : 1/4\
Suivant: [Page suivante](https://fr.capterra.ca/software/210481/sonarqube?page=2)

> SonarQube permet aux équipes de développement de toutes envergures de résoudre les problèmes de sécurité et de qualité du code au sein de leurs flux de travail.
> 
> Conclusion : 67 utilisateurs lui ont donné la note de **4.5/5**. Figure au meilleur classement pour **Probabilité de recommander le produit**.

-----

## Présentation

### Qui utilise SonarQube?

SonarQube est destiné à tous les développeurs qui souhaitent créer des applications nettoyées et sécurisées. SonarQube permet aux équipes de développement de toutes envergures de résoudre les problèmes de sécurité et de qualité du code au sein de leurs flux de travail.

## Statistiques et notes

| Métrique | Notation | En détail |
| **Note globale** | **4.5/5** | 67 Avis |
| Simplicité | 4.2/5 | D'après l'ensemble des avis |
| Support client | 4.0/5 | D'après l'ensemble des avis |
| Rapport qualité-prix | 4.4/5 | D'après l'ensemble des avis |
|  Fonctionnalités | 4.4/5 | D'après l'ensemble des avis |
| Pourcentage de recommandation | 90% | (9/10 Probabilité de recommander le produit) |

## À propos du vendeur

- **Entreprise**: SonarSource
- **Pays**: Geneva, Suisse

## Contexte commercial

- **À partir de**: 720,00 $ US
- **Type de licence**:  (Version gratuite disponible) (Version d’essai gratuite)
- **Public cible**: Travailleur autonome, 2–10, 11–50, 51–200, 201–500, 501–1 000, 1 001–5 000, 5 001–10 000, 10 000+
- **Déploiement et plateformes**: Cloud, SaaS, web, Mac (ordinateur), Windows (ordinateur), Linux (ordinateur), Windows (sur site), Linux (sur site)
- **Langues**: anglais
- **Pays disponibles**: Afrique du Sud, Allemagne, Australie, Brésil, Canada, Espagne, France, Inde, Irlande, Italie, Japon, Nouvelle-Zélande, Pays-Bas, Philippines, Royaume-Uni, Singapour, Suisse, Suède, Émirats arabes unis, États-Unis

##  Fonctionnalités

- API
- Analyse de la vulnérabilité
- Assurance qualité
- Débogage
- Déploiement continu
- Environnement de développement intégré
- Gestion des flux de travail
- Interface graphique
- Livraison continue
- Outils de collaboration
- Real-Time Analytics
- Sécurité des applications
- Tableau de bord

## Intégrations (5 au total)

- Bitbucket
- GitHub
- GitLab
- Jenkins
- Microsoft Azure

## Ressources d'aide

- Service client/courriel
- FAQ/forums
- Support téléphonique

## Category

- [Outils intégration continue](https://fr.capterra.ca/directory/31119/continuous-integration/software)

## Catégories connexes

- [Outils intégration continue](https://fr.capterra.ca/directory/31119/continuous-integration/software)
- [Logiciels de développement application mobile](https://fr.capterra.ca/directory/30082/application-development/software)
- [Outils de test statique de la sécurité des applications (SAST)](https://fr.capterra.ca/directory/32818/static-application-security-testing-%28sast%29/software)

##  Logiciels similaires

1. [GitHub](https://fr.capterra.ca/software/129067/github) — 4.8/5 (6171 reviews)
2. [Jenkins](https://fr.capterra.ca/software/171026/jenkins) — 4.5/5 (570 reviews)
3. [GitLab](https://fr.capterra.ca/software/159806/gitlab) — 4.6/5 (1219 reviews)
4. [Bitbucket](https://fr.capterra.ca/software/157785/bitbucket) — 4.6/5 (1345 reviews)
5. [Buddy](https://fr.capterra.ca/software/157673/buddy) — 4.8/5 (176 reviews)

## Avis

### "Smooth experience for code reviewers" — 4.0/5

> **Utilisateur vérifié** | *3 avril 2026* | Santé, bien-être et fitness | Taux de recommandation : 8.0/10
> 
> **Avantages**: It makes our team consistent. For example, one of our devs was notorious for PRs with high cognitive complexity in their functions. Now, all we need to do in our azure pipelines is ensure that all sonarqube code smells are solved before they can merge their work to main.
> 
> **Inconvénients**: Sometimes it can create a loop in code smells. For example, if there are many commands in a Dockerfile, it will ensure that commands are merged together (but not necessarily correctly), which causes the dev to break the commands apart again. And the loop goes on until it is silenced.
> 
> Overall, it's made our team much more consistent and efficient.PRs are a smoother process because the code smells are already fixed.

-----

### "Perfect for detecting unit test coverage" — 4.0/5

> **Michal** | *28 février 2025* | Comptabilité | Taux de recommandation : 7.0/10
> 
> **Avantages**: SonarQube is good at enforcing minimum code coverage on PRs
> 
> **Inconvénients**: It is really difficult to run it locally, however once set up on github it runs well, and provides valuable insights on code coverage.

-----

### "Code Analysis and ensuing security against threats" — 5.0/5

> **Sachin** | *23 mai 2022* | Logiciels | Taux de recommandation : 9.0/10
> 
> **Avantages**: Feature like Code Analysis and publishing those analysis report to end user. You can use default Quality Gates and Quality Profiles for scanning of your code. In case you want to modify these you can do that and define your own rule. Whenever there's commit in repo you just need to configure the task in your continuous integration pipeline if it passed the parameter only then commit will happens the master/main branch otherwise it will not. With these features you can eliminate the security threats and ensure that developers are following good practices while developing their code. I have integrated it with Azure DevOps.
> 
> **Inconvénients**: Only thing which I can think can be improved is logging of events. Sometime it becomes hard to debug the issues. Other then that, I think over all this fulfills all the requirements.
> 
> Overall experience with Sonarqube is pretty wholesome integration came handy with my CI/CD tools such as Azure Devops and Jenkins. Provides insights against vulnerabilities and common threats so that necessary actions can be taken by developers to ensure the security and good coding practices to follow. Features like PR decoration allows to get results in CI/CD tools itself if passed then only commit happens to master branch.

-----

### "SonarQube is Great for Developers\!" — 5.0/5

> **Utilisateur vérifié** | *23 décembre 2022* | Enseignement supérieur | Taux de recommandation : 8.0/10
> 
> **Avantages**: It is simple for developers to recognize their code smells, unused lines of code, errors, problems with the third-party libraries they are using, etc. information and the precise location of the issue. It also offers answers to those problems. As a result, figuring out the problems and fixing them is simple. This will be a terrific tool for developers. Except that, we can introduce our own rules for checking the code quality. It could identify the code issues that are vulnerable to cyber attacks such as XSS, SQL Injection, etc.
> 
> **Inconvénients**: It was difficult to use the SonarQube on-premise application. Once we pushed a new code section, the server needed to restart in order for the application to work.
> 
> We could identify many code related issues that are presented in our code and improve the quality of the application that we are developing.  As a overall, SonarQube tool is able to add a value to our applications.

-----

### "Great tool for improving code quality" — 4.0/5

> **Utilisateur vérifié** | *9 mai 2026* | Services et technologies de l'information | Taux de recommandation : 6.0/10
> 
> **Avantages**: What I liked most about SonarQube is how helpful it is for improving code quality and catching issues early in development. The vulnerability detection is one of its strongest features because it points out security risks, bugs, and code smells before they become bigger problems.&#10;&#10;It also integrates well with source code management and CI/CD pipelines, which makes it easier to include code analysis as part of the normal development workflow. That saves time and helps maintain cleaner code across projects.&#10;&#10;The platform has a bit of a learning curve in the beginning, especially when configuring rules and understanding reports, but after some use it becomes much easier to manage. The dashboard is detailed and gives a clear overview of code health.&#10;&#10;From a value for money perspective, it feels worth it for teams that care about code quality and security. It helps reduce issues before deployment, which can save a lot of time later.
> 
> **Inconvénients**: One thing I liked least about SonarQube is that the initial setup can take time, especially when configuring quality rules and integrating it with existing workflows. It is not something that feels fully plug and play.&#10;&#10;Scans on bigger projects can also be a bit slow at times, which can affect development speed during heavy usage. Another small issue is that some warnings feel too strict or unnecessary, so developers still need to manually review results instead of trusting every suggestion directly.&#10;&#10;For new users, understanding all the settings and customization options can also take a while, so there is definitely a learning curve before getting the most out of the tool.

-----

Page : 1/4\
Suivant: [Page suivante](https://fr.capterra.ca/software/210481/sonarqube?page=2)

## Liens

- [Afficher sur Capterra](https://fr.capterra.ca/software/210481/sonarqube)

## Cette page est disponible dans les langues suivantes.

| Langue | URL |
| de | <https://www.capterra.com.de/software/210481/sonarqube> |
| de-AT | <https://www.capterra.at/software/210481/sonarqube> |
| de-CH | <https://www.capterra.ch/software/210481/sonarqube> |
| en | <https://www.capterra.com/p/210481/SonarQube/> |
| en-AE | <https://www.capterra.ae/software/210481/sonarqube> |
| en-AU | <https://www.capterra.com.au/software/210481/sonarqube> |
| en-CA | <https://www.capterra.ca/software/210481/sonarqube> |
| en-GB | <https://www.capterra.co.uk/software/210481/sonarqube> |
| en-IE | <https://www.capterra.ie/software/210481/sonarqube> |
| en-IL | <https://www.capterra.co.il/software/210481/sonarqube> |
| en-IN | <https://www.capterra.in/software/210481/sonarqube> |
| en-NZ | <https://www.capterra.co.nz/software/210481/sonarqube> |
| en-SG | <https://www.capterra.com.sg/software/210481/sonarqube> |
| en-ZA | <https://www.capterra.co.za/software/210481/sonarqube> |
| es | <https://www.capterra.es/software/210481/sonarqube> |
| es-AR | <https://www.capterra.com.ar/software/210481/sonarqube> |
| es-CL | <https://www.capterra.cl/software/210481/sonarqube> |
| es-CO | <https://www.capterra.co/software/210481/sonarqube> |
| es-CR | <https://www.capterra.co.cr/software/210481/sonarqube> |
| es-DO | <https://www.capterra.do/software/210481/sonarqube> |
| es-EC | <https://www.capterra.ec/software/210481/sonarqube> |
| es-MX | <https://www.capterra.mx/software/210481/sonarqube> |
| es-PA | <https://www.capterra.com.pa/software/210481/sonarqube> |
| es-PE | <https://www.capterra.pe/software/210481/sonarqube> |
| fr | <https://www.capterra.fr/software/210481/sonarqube> |
| fr-BE | <https://fr.capterra.be/software/210481/sonarqube> |
| fr-CA | <https://fr.capterra.ca/software/210481/sonarqube> |
| fr-LU | <https://www.capterra.lu/software/210481/sonarqube> |
| it | <https://www.capterra.it/software/210481/sonarqube> |
| ja | <https://www.capterra.jp/software/210481/sonarqube> |
| ko | <https://www.capterra.co.kr/software/210481/sonarqube> |
| nl | <https://www.capterra.nl/software/210481/sonarqube> |
| nl-BE | <https://www.capterra.be/software/210481/sonarqube> |
| pt | <https://www.capterra.com.br/software/210481/sonarqube> |
| pt-PT | <https://www.capterra.pt/software/210481/sonarqube> |

-----

## Données structurées

<script type="application/ld+json">
  {"@context":"https://schema.org","@graph":[{"name":"Capterra Canada","address":{"@type":"PostalAddress","addressLocality":"Toronto","addressRegion":"ON","postalCode":"M2N 7E9","streetAddress":"5000 Yonge Street 14th Floor, Suite 1402 Toronto ON M2N 7E9"},"description":"Capterra Canada aide des millions de professionnels à trouver le bon logiciel. Découvrez les avis, les notes et les listes exhaustives d'outils informatiques.","email":"info@fr.capterra.ca","url":"https://fr.capterra.ca/","logo":"https://dm-localsites-assets-prod.imgix.net/images/capterra/logo-a9b3b18653bd44e574e5108c22ab4d3c.svg","@type":"Organization","@id":"https://fr.capterra.ca/#organization","parentOrganization":"G2.com, Inc.","sameAs":["https://twitter.com/Capterra","https://www.facebook.com/Capterra/","https://www.linkedin.com/company/capterra/","https://www.instagram.com/capterra/","https://www.youtube.com/channel/UCyUw9-HIkKiYcTqcFDUcxPA"]},{"name":"SonarQube","description":"SonarQube est un outil de pointe pour l'inspection continu de la sécurité et de la qualité du code dans vos bases de code ainsi que pour l'orientation des équipes de développement au cours des révisions de code. Couvrant 27 langages de programmation et se couplant avec votre pipeline logiciel existant, SonarQube fournit des conseils de remédiation clairs pour permettre aux développeurs de comprendre et de corriger les problèmes, ainsi que pour permettre aux équipes de fournir des logiciels de meilleure qualité et plus sécurisés.","image":"https://gdm-catalog-fmapi-prod.imgix.net/ProductScreenshot/585e18b3-ff83-49dd-9d52-8870f6abcf88.png","url":"https://fr.capterra.ca/software/210481/sonarqube","@type":"SoftwareApplication","@id":"https://fr.capterra.ca/software/210481/sonarqube#software","applicationCategory":"BusinessApplication","publisher":{"@id":"https://fr.capterra.ca/#organization"},"aggregateRating":{"@type":"AggregateRating","bestRating":5,"ratingCount":67,"ratingValue":4.5},"offers":{"price":"720","@type":"Offer","priceCurrency":"USD"},"operatingSystem":"Cloud, Apple, Windows, Linux, Windows on premise, Linux on premise"},{"@type":"FAQPage","@id":"https://fr.capterra.ca/software/210481/sonarqube#faqs","mainEntity":[{"name":"Qui utilise SonarQube?","@type":"Question","acceptedAnswer":{"text":"SonarQube est destiné à tous les développeurs qui souhaitent créer des applications nettoyées et sécurisées. SonarQube permet aux équipes de développement de toutes envergures de résoudre les problèmes de sécurité et de qualité du code au sein de leurs flux de travail.","@type":"Answer"}}]},{"@type":"BreadcrumbList","itemListElement":[{"name":"Accueil","position":1,"item":"/","@type":"ListItem"},{"name":"Outils intégration continue","position":2,"item":"/directory/31119/continuous-integration/software","@type":"ListItem"},{"name":"SonarQube","position":3,"item":"/software/210481/sonarqube","@type":"ListItem"}],"@id":"https://fr.capterra.ca/software/210481/sonarqube#breadcrumblist"}]}
</script>
