I wanted to know how can we configure sonarqube with aws codepipline( my pipeline is configured in such a way that whenever there is a new commit in github, my dev pipeline runs)
Hey there.
While no default integration exists, you just need to make sure a scanner is available to your pipeline and execute it. ’
This tutorial was also written a few years back:
I see this is with Sonarcloud not Sonarqube, I believe you are trying to say both the Configurations are same?
You’ll need to point to https://sonarcloud.io
but otherwise – yes.