Is it possible to integrate Sonarqube with AWS codepipeline/codebuild

Hi Felipe,

Users have resolved this issue by setting parameters such as:

sonar.projectBaseDir=xxxxxx
sonar.sources=yyyyyyyyy

Please see this documentation page for more details

Brian