Fix typos and change some grammatical constructions

This commit is contained in:
daniel.motzko
2021-07-02 14:15:03 +02:00
parent 85ac77567a
commit 80526bedd1
14 changed files with 36 additions and 31 deletions

View File

@@ -4,5 +4,7 @@ ring: trial
quadrant: tools
---
At AOE, we are using SonarQube to get a historical overview of the code quality in our Projects. With SonarQube, you can get a quick insight into the condition of your code. It analyzes many languages and provides numerous static analysis rules.
At AOE, we are using SonarQube to get a historical overview of the code quality in our Projects.
With SonarQube, you can get a quick insight into the condition of your code.
It analyzes many languages and provides numerous static analysis rules.
SonarQube is also being used for Static Application Security Testing (SAST) which scans our code for potential security vulnerabilities and is an essential element of our Secure Software Development Lifecycle.