I’m trying to move any/all of my sonar-project.properties configuration into environment variables.
I note that SONAR_TOKEN and SONAR_HOST_URL figure prominently in the documentation…
- GitLab Integration | SonarQube Docs
- GitHub Integration | SonarQube Docs
- Bitbucket Cloud Integration | SonarQube Docs
…but I don’t see many others. Is there a catalog of configuration environment variables used by sonar-scanner? If so, where is it kept?