]> source.dussan.org Git - sonarqube.git/commitdiff
SONAR-15657 Improve Terraform/CloudFormation analysis
authorPhilippe Perrin <philippe.perrin@sonarsource.com>
Wed, 17 Nov 2021 09:02:39 +0000 (10:02 +0100)
committersonartech <sonartech@sonarsource.com>
Wed, 17 Nov 2021 20:03:38 +0000 (20:03 +0000)
server/sonar-web/src/main/js/apps/settings/components/CategoryOverrides.ts
sonar-application/bundled_plugins.gradle

index 9c84c555bf9b117b4f5ade870d0aee75eb4b9ee2..95d249719cbdf623c960c0b4a5018cf2135c50d4 100644 (file)
@@ -24,6 +24,7 @@ const CATEGORY_OVERRIDES: T.Dict<string> = {
   apex: LANGUAGES_CATEGORY,
   'c / c++ / objective-c': LANGUAGES_CATEGORY,
   'c#': LANGUAGES_CATEGORY,
+  cloudformation: LANGUAGES_CATEGORY,
   cobol: LANGUAGES_CATEGORY,
   css: LANGUAGES_CATEGORY,
   flex: LANGUAGES_CATEGORY,
@@ -43,6 +44,7 @@ const CATEGORY_OVERRIDES: T.Dict<string> = {
   scala: LANGUAGES_CATEGORY,
   swift: LANGUAGES_CATEGORY,
   't-sql': LANGUAGES_CATEGORY,
+  terraform: LANGUAGES_CATEGORY,
   typescript: LANGUAGES_CATEGORY,
   'vb.net': LANGUAGES_CATEGORY,
   'visual basic': LANGUAGES_CATEGORY,
index 9146e17de45d2d6e46f9d9dd250225b1392f8f57..aae7fdc5e975ca970538c724fafffb9dddc2f577 100644 (file)
@@ -14,4 +14,5 @@ dependencies {
     bundledPlugin "org.sonarsource.slang:sonar-scala-plugin@jar"
     bundledPlugin 'org.sonarsource.xml:sonar-xml-plugin@jar'
     bundledPlugin 'org.sonarsource.config:sonar-config-plugin@jar'
+    bundledPlugin 'org.sonarsource.iac:sonar-iac-plugin@jar'
 }