Hi there,
Our organisation currently runs SonarQube Enterprise Edition on premises (not publicly accessible) and we are using GitHub Enterprise Cloud i.e. hosted at https://github.com. In the process of evaluating the latest SonarQube 7.7 where PR decoration has been moved to the Checks tab, none of the image resources are able to be displayed (see below screenshot) as they are served from our private intranet URL. Normally you would expect this to not be an issue while connected to the private network, however it seems GitHub’s use of anonymized image URLs prevents this (https://help.github.com/en/articles/about-anonymized-image-urls#viewing-images-on-private-networks). This issue seemed strange as our live SonarQube 7.4 instance is able to display images in the Conversation tab for the PR without the same problem. A quick view source has shown that the older SonarQube version is using image resources from https://sonarsource.github.io, which is obviously publicly available. So my questions are:
- In which SonarQube version was the change made to stop using resources from https://sonarsource.github.io?
- Would it be considered feasible to add the option to switch back to using https://sonarsource.github.io etc for those running installations where they are using a private SonarQube instance with a public cloud-based VCS provider such as GitHub?
Thanks in advance,
Sam Anthonisz