Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to analyse sh files in Sonar? [closed]

I need to analyse the shell scripts using the Sonar server.

The files that I have are of extension sh and would need to be analysed. But I don't see any plugin for the sh from the Sonar plugins.

like image 852
Ganapathy Avatar asked Aug 17 '15 04:08

Ganapathy


1 Answers

Assuming your .sh files are bash scripts or some approximate equivalent then you can't currently configure your SonarQube server to analyze them because there's no plugin that handles such scripting.

Sept 2018 Update

There's now a plugin in the Marketplace to read in i-Code CNES reports. i-Code CNES covers two flavors of Fortran and Shell.

like image 52
G. Ann - SonarSource Team Avatar answered Oct 06 '22 10:10

G. Ann - SonarSource Team