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

Docker image for SonarScanner CLI

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

Please ensure your issue adheres to the following guidelines: - [x] Please check the problem is not already reported - [x] Please include enough details to reproduce the problem: the...

Please ensure your issue adheres to the following guidelines: - [x] Please check the problem is not already reported - [x] Please include enough details to reproduce the problem: the...

Hi, we are using the sonar-scanner-cli Docker image during our CI pipeline for scanning TypeScript projects. By default, TypeScript is not installed on the image so that we initially received...

Please ensure your issue adheres to the following guidelines: - [x] Please check the problem is not already reported - [x] Please include enough details to reproduce the problem: the...

Please ensure your issue adheres to the following guidelines: - [x] Please check the problem is not already reported - [x] Please include enough details to reproduce the problem: the...

There is a [guide](https://docs.sonarqube.org/latest/analysis/scan/sonarscanner) how to run container as a non-root user also with warning regarding file permisions. But when running docker container as non-root user with custom self-signed certificates:...

There is the [guide](https://docs.sonarqube.org/latest/analysis/scan/sonarscanner/) about using self-signed certificates. When one runs provided command: ```` docker run \ --rm \ -v ${YOUR_CERTS_DIR}/cacerts:/tmp/cacerts \ -v ${YOUR_REPO}:/usr/src \ -e SONAR_HOST_URL="http://${SONARQUBE_URL}" \ sonarsource/sonar-scanner-cli ````...

Please build and push docker image of sonarsource/sonar-scanner-cli for linux/arm64 platform

I have this warning when during analysis with the last build of the docker image of the release 4.7.0 : ``` WARN: Node.js version 16 is not supported, you might...

Please be aware that we are not actively looking for feature contributions. The truth is that it's extremely difficult for someone outside SonarSource to comply with our roadmap and expectations....