Shippable / support

Shippable SaaS customers can report issues and feature requests in this repository
100 stars 28 forks source link

Is it possible to integrate shippable with sonarqube for code analysis? #5083

Open govind-neova opened 4 years ago

govind-neova commented 4 years ago

Currently i am trying to integrate shippable with sonarqube but i am not sure about the exact way.
The steps that i am following are: 1>using shippable.yml access the ec2 instance on which sonarqube server is hosted. 2>Run sonarqube analysis

Is there any other way for that (for static code analysis in shippable)

a-murphy commented 4 years ago

I don't have much information about SonarQube, but, looking at their documentation, it appears that they have an API (https://docs.sonarqube.org/latest/extend/web-api/) and a variety of scanners depending on the language you are using (https://docs.sonarqube.org/latest/analysis/overview/).

Unfortunately, we do not have any examples for SonarQube with Shippable to the best of my knowledge.

govind-neova commented 4 years ago

So how does shippable perform static code analysis? Is there any other way or presently it cant be done using shippable.

a-murphy commented 4 years ago

There are no built-in static code analysis options. You can most likely use SonarQube if you wish, I just don't have any examples of that.