SonarQube Server, SonarQube Scanner and the PHP Plugin which enables analysis of PHP source code.
277
This docker image has SonarQube Server, SonarQube Scanner and the PHP Plugin which enables analysis of PHP source code.
Place the file sonar-project.properties inside your project directory and run the following:
docker pull luisgros/sonarqube
docker run -v $(pwd):/src -p 9000:9000 luisgros/sonarqube
Content type
Image
Digest
Size
188.4 MB
Last updated
almost 10 years ago
docker pull luisgros/sonarqube