docker-sonar-scanner
docker-sonar-scanner copied to clipboard
Quick sonar scanner docker image
Thanks for this image - we are using the older "alpine" images up to now and were trying to switch to the newer 4-version. Tried latest version of image "4"...
SonarScanner has an official Docker image available, and has for a while. See [here](https://hub.docker.com/r/sonarsource/sonar-scanner-cli) and [here](https://docs.sonarqube.org/latest/analysis/scan/sonarscanner/) for details. Although I'm happy to keep my project alive, I'd love to hear...
Hi, Not able to see the sonar-scanner binary while using the image in Kubernetes environment with jnlp slaves. the directory /usr/local/bin/ doesn't have the binary or the link. The Jenkinsfile...
For scanning shell scripts sonar is shellcheck to scan them. Could you add `# Install ShellCheck` `RUN apt-get install shellcheck` to the docker files?
Hi, i'm trying to use the sonar-scanner image with openjdk:12 (not alpine), but i have this error during sonar scanner startup when i run the container: A fatal error has...