- ALM used (GitHub)
- CI system used (GitHub Actions)
- Languages of the repository (Java)
I am using SonarCloud with GitHub Actions.and we are able to execute and analyse gradle build job. In the git hub action logs we could see that reports are published using sonar url (for example: ANALYSIS SUCCESSFUL, you can find the results at: https://sonarcloud.io/dashboard?
I was wondering if there is a way or workaround to fetch this analysis report and view them as part of build logs itself in github rather than checking our the URL .
Any help or suggestion would be highly appreciated. Thank you