So I just got my sonar setup to comment on PRs with my account which I really like.
However, SonarQube is creating comments (which is great!), but linking the analysis with localhost (instead of sonar.host.url).
We have our SonarQube instance running in the cloud so I would definitely like to have the analysis link so that all of our developers can see the job.
I did not have that, my mistake. I just then need http://sonar.myorg.com correct? I basically just want to replace the localhost in the analysis link provided? I want localhost:9000/projects/issues/etc to become http://sonar.myorg.com:9000/projects/issues/etc.