Sonarqube Analysis for Java Maven Project
SonarQube (formerly Sonar) is an open-source platform developed by SonarSource for continuous inspection of code quality to perform automatic reviews with static analysis of code to detect bugs. We will use the sonarqube docker image to run the sonarqube locally. Afterwards we will run the analysis on local maven java project. docker pull sonarqube:lts-community You…
