A Sonar Scanner CLI Docker Image
This image is unsupported and has limited functionality (NodeJS is missing). If more features are needed, please use the official Sonarsource Scanner image.
To use this image add your sonar properties at the end of the commandline so they will be passed to the entrypoint, for instance:
docker run -v $(pwd):/work -w /work ictu/sonar-scanner-cli -Dsonar.host.url=$SONAR_HOST:$SONAR_PORT -Dsonar.projectKey=project -Dsonar.sources=src
Content type
Image
Digest
Size
84.4 MB
Last updated
over 4 years ago
docker pull ictu/sonar-scanner-cli