Is it possible to integrate AWS code commit with SonarQube in Developer Edition with Branch analysis and Pull Request Decoration

Hi Team,
We did POC with Sonarqube community edition and wanted to go for Developer Edition. But we are not sure if we can integrate with AWS code Commit. Our technical stack is as follows:

SonarQube Version : 8.9 LTS
SonarQube Scanner : Scanner for MSbuild 4.7
SCM : AWS Code Commit
CI/CD : Jenkins

Would like to integrate AWS commit with SonarQube with Jenkins as CI. Is it possible to perform branch analysis and pull request decoration with code commit.

Thanks,
Uma

Hi,

Welcome to the community!

Google tells me that AWS Code Commit is Git under the hood, so as far as getting blame information, it should work fine. If you’re talking about PR decoration, no, that integration hasn’t been built (and I haven’t heard of plans to build it).

 
HTH,
Ann

Hi Ann,

Thank you so much. This really helps.
Just to make sure we are on same page, we can perform branch analysis with aws code commit and jenkins and PR decoration is not possible.

Thanks,
Uma

Hi Uma,

Without testing it myself, yes that’s my understanding.

 
HTH,
Ann

Thanks again Ann.