Gitea x sonarqube integration plugin?

Good afternoon, community;
I’m new here, could someone tell me if there is a plugin for integration with gitea, so that the analysis is done in the repository.

thanks.

1 Like

Hi Farlen,

I am not aware of any plugin that provides special integration with Gitea but since it is Git-based, SonarQube should function normally.

Note that analysis is never performed within the repository with SonarQube. The code is checked out to a client (usually a CI agent) with a SonarScanner installed and the scan is performed there, with the results being posted to the server. You can find an overview of the scanning process in our documentation.

Cheers,

Brian

Thank you Brian

For what it’s worth there is a community effort to provide a level of integration of sonarqube and gitea. Might be worth a look

2 Likes

Integrating Gitea with Sonarqube for Enhanced Code Quality: A Step-by-Step Guide should work. I hope to see similar docs on sonarqube side as well because it seems gitea seems to not be officially supported yet.