which versions are you using (SonarQube Server / Community Build, Scanner, Plugin, and any relevant extension)
how is SonarQube deployed: zip, Docker, Helm
what are you trying to achieve
what have you tried so far to achieve this
Do not share screenshots of logs – share the text itself (bonus points for being well-formatted)!
I’m trying to implement sonar scan from github-actions pipelines and even thought the scan is completed I’m not seeing any reports in the dashboard of Sonar
Below is the error:
“security” branch has not been analyzed yet.
I have sonar in EKS as deployment and using “sonarqube:2025-lta-enterprise” Image
The analysis / scanner log is what’s output from the analysis command. Hopefully, the log you provide - redacted as necessary - will include that command as well.
I can’t share the report but the problem is in the pipeline the sonar scan job completed successfully, but in the sonar UI it is showing the below error
“master” branch has not been analyzed yet and you have multiple branches already. It looks like it is not your Main Branch, check your configuration.
If I’m selecting another branch [this branch is showing up only once the scan is successful from pipeline]