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

Warning thrown when using self-signed certificates

Open emzet opened this issue 3 years ago • 0 comments

There is the guide 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

got this warning message:

Warning: use -cacerts option to access cacerts keystore

Besides that, everything works as it should.

emzet avatar May 09 '22 22:05 emzet