Must-share information (formatted with Markdown):
- which versions are you using (SonarQube, Scanner, Plugin, and any relevant extension)
SonarQube 9.8
dockerhub/sonarsource/sonar-scanner-cli:latest with digest dockerhub/sonarsource/sonar-scanner-cli@sha256:5b611ec4da52e96706c4adeb6c28e259d5abd080752e8b714dfd839f2b47d833
- how is SonarQube deployed: zip, Docker, Helm
zip
- what are you trying to achieve
When I create a MR in gitlab the pipeline is being executed. After the pipeline completes, sonarqube adds a comment into a MR discussion.
I want this behavior on all of my projects. For some reason some projects don’t get this comment.
- what have you tried so far to achieve this
I’ve tried to compare .gitlab-ci.yml files from two different projects. I didn’t spot any inconsistencies. I’ve also checked the branches in sonarqube and they look the same in these two projects. Main branch is develop and that is our company policy among all repositories.