I’m using SonarQube dashboard to code analyze my repositories through Github and it works pretty cool! Nevertheless, I’ve a new project on CodeCommit that must be analyzed but I don’t know how can I do this. Is it possible or should I move it to Github?
I guess you’re using GitHub actions to analyze the repos in GitHub. For the repos in platforms that aren’t supported directly, you’ll need to set up a CI job “With Jenkins” (the option on the left) or with an “Other CI” (the option on the right).