docker-sonar-scanner icon indicating copy to clipboard operation
docker-sonar-scanner copied to clipboard

Quick sonar scanner docker image

Results 5 docker-sonar-scanner issues
Sort by recently updated
recently updated
newest added

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"...

waiting-for-feedback

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...

discussion

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...

waiting-for-feedback

For scanning shell scripts sonar is shellcheck to scan them. Could you add `# Install ShellCheck` `RUN apt-get install shellcheck` to the docker files?

enhancement

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...