Files
TechradarDev/radar/2022-03-28/sonarqube.md
2022-04-08 09:22:57 +02:00

10 lines
423 B
Markdown

---
title: "SonarQube"
ring: adopt
quadrant: tools
---
To track code quality of our projects and check for security issues (Static Application Security Testing), we recommend
[SonarQube](https://www.sonarqube.org/). At AOE we use it in CI pipelines to scan our code against the quality gate. If possible we
even check each merge request to prevent degrading code quality before adding it to our code basis.