Must-share information (formatted with Markdown):
- which versions are you using (SonarQube, Scanner, Plugin, and any relevant extension)
Sonarqube Developer edition 8.9.9
detekt plugin version 1.9.1 - how is SonarQube deployed: zip, Docker, Helm
zip
We have recently enabled detekt for static code analysis in out Jenkins pipeline for Kotlin
Every appears fine but in terms of analysis but when we go look at the code small and click into “Why is this an issue?”, we are presented with an incorrect link to the detekt website. It appears to still be linked to the old domain “arturbosch.github.io” instead of “detekt.github.io”
We assumed it was taking this value from the report generated but looking the report, the links are correct. Is there somewhere else in Sonarqube where we can config this link?