- Start a local SonarQube in docker from the latest version at the time of creation, specifically this one for ARM64:
docker run -d --name sonarqube -p 9000:9000 sonarqube:latest
- Connect and configure a local project / this project directly from GitHub
- Specify a local run and copy the configuration for Gradle
- Build and run the sonar step against the repository
- See the false positive alert in SonarQube
