Bug: Wrong ENV var in SonarScanner CLI documentation

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" 
2 Likes

Thank you, I’ve just updated the 10.7 docs.

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.