How to onboard a project on SonarQube if that project is on AWS Codebuild?

Please provide detail documentation to onboard a project from codebuild to sonarqube

Hi,

We have nothing specific to CodeBuild. It’s just another CI.

You’ll simply need to choose the best scanner for your context, install it on your build agent and invoke it in your pipeline.

 
HTH,
Ann