Running SonarQube 10.7 as a Docker container.
When installing and running SonarScanner CLI from Docker I noticed that the documentation is incorrect:
states that we should pass the auth token via
-e SONAR_LOGIN="myAuthenticationToken"
however, the correct line would be:
-e SONAR_TOKEN="myAuthenticationToken"