Sample project showing how to push analysis results to a Sonar docker container
Perquisites: None.
- Download & open intellij idea
- Click File -> Project from existing sources -> gradle
- Open a terminal in ./sonar
- run 'docker-compose up -d'
- Open a terminal in the project root
- Run the sonarqube task: './gradlew sonarqube'
- View localhost:9000 in your browser