Closed
Description
Describe the bug
Github uses https://camo.githubusercontent.com/
to proxy any user images on their side and this cannot be disabled. It means every image should be available for GitHub proxy server, which is impossible with the way of serving static images #80 for private hosted Sonarqube server behind a strict firewall.
To Reproduce
Steps to reproduce the behavior:
- Setup CE Branch plugin on a private Sonarqube server
- Use GitHub as a provider
- Run Sonarqube branch check
- See error
Expected behavior
Static images are available in GitHub PR checks for private and public accessible Sonarqube servers
Screenshots
If applicable, add screenshots to help explain your problem.
Software Versions
- SonarQube Version: Version 7.9.2 (build 30863)
- Plugin Version: 1.3.0
Additional context
Please return back function of com.github.mc1arke.sonarqube.plugin.branch.image-url-base
and make it optional or provide other way to solve this issue.
Activity