Can SonarQube analyse T-SQL stored procedures for

2019-08-05 09:06发布

I got a new task as follows:

  1. Export stored procedures on a daily basis from db
  2. Run them through sonarqube to analyze

I am not a db expert but working in DevOps team. Can anyone tell me if SonarQube supports the analysis of T-SQL stored procedures? If not, which tool does? I see only PL/SQL here in the supported language list: http://docs.sonarqube.org/display/PLUG/Plugin+Library

2条回答
老娘就宠你
2楼-- · 2019-08-05 09:34

All plugins supported by SonarQube team & community are listed in documentation: http://docs.sonarqube.org/display/PLUG/Plugin+Library

You should search for plugins by other companies. I found only TechCognia's TSQL Plugin.

查看更多
ら.Afraid
3楼-- · 2019-08-05 09:40

This one looks promising

https://github.com/gretard/sonar-tsql-plugin

(still in beta version as of now)

查看更多
登录 后发表回答