task: update blibs

This commit is contained in:
Theresa Henze
2022-04-08 09:22:57 +02:00
parent 0d74ec69b0
commit 84c65bd0a7
11 changed files with 75 additions and 1 deletions

View File

@@ -0,0 +1,9 @@
---
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.