From 49add3651cfebb07fc849d85a1a82e94a89900e9 Mon Sep 17 00:00:00 2001 From: Philippe Perrin Date: Wed, 17 Nov 2021 10:02:39 +0100 Subject: [PATCH] SONAR-15657 Improve Terraform/CloudFormation analysis --- .../src/main/js/apps/settings/components/CategoryOverrides.ts | 2 ++ sonar-application/bundled_plugins.gradle | 1 + 2 files changed, 3 insertions(+) diff --git a/server/sonar-web/src/main/js/apps/settings/components/CategoryOverrides.ts b/server/sonar-web/src/main/js/apps/settings/components/CategoryOverrides.ts index 9c84c555bf9..95d249719cb 100644 --- a/server/sonar-web/src/main/js/apps/settings/components/CategoryOverrides.ts +++ b/server/sonar-web/src/main/js/apps/settings/components/CategoryOverrides.ts @@ -24,6 +24,7 @@ const CATEGORY_OVERRIDES: T.Dict = { 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 = { scala: LANGUAGES_CATEGORY, swift: LANGUAGES_CATEGORY, 't-sql': LANGUAGES_CATEGORY, + terraform: LANGUAGES_CATEGORY, typescript: LANGUAGES_CATEGORY, 'vb.net': LANGUAGES_CATEGORY, 'visual basic': LANGUAGES_CATEGORY, diff --git a/sonar-application/bundled_plugins.gradle b/sonar-application/bundled_plugins.gradle index 9146e17de45..aae7fdc5e97 100644 --- a/sonar-application/bundled_plugins.gradle +++ b/sonar-application/bundled_plugins.gradle @@ -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' } -- 2.39.5