Is it possible to code analyze AWS CodeCommit repository?

Hey :wave:,

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?

Any help is appreciated!

Hi,

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).

 
Ann

Hey Ann :wave:,

Thanks for reply.

Are there any resources to look up on this?

Cheers,
Mauri.

Hi,

It’s a bit out of scope for us. Maybe search for something like “getting started with Jenkins”?

 
HTH,
Ann