Sonar scanner for CI
4.4K
This is a image to run the sonar scanner.
Run the sonar-scanner image:
docker run \
--rm \
--env SONAR_HOST_URL=<http://sonar.example.com> \
--env SONAR_LOGIN_TOKEN=<SONAR_ANALYZIS_TOKEN> \
--volume ~/.sonar:/cache/.sonar \
--volume "$(pwd)":/app \
finalgene/sonar-scanner
By default, the SONAR_USER_HOME is defined to store data in /cache/.sonar.
Therefor it will be necessary to mount this directory or overide the environment SONAR_USER_HOME.
For further information take a look at the sonar scanner documentation.
Where to get help: the Docker Community Forums, the Docker Community Slack, or Stack Overflow
Where to file issues: https://github.com/finalgene/docker-hub-sonar-scanner/issues
Maintained by: The final gene Team
Source of this description: Repository README.md
Content type
Image
Digest
sha256:966c1b20b…
Size
202.7 MB
Last updated
over 3 years ago
docker pull finalgene/sonar-scannerPulls:
145
Last week