Skip to content

Commit efeb8ec

Browse files
authored
Fix snakeyaml vulnerability issue by disabling detekt (#517)
Signed-off-by: Rupal Mahajan <[email protected]>
1 parent 6bda432 commit efeb8ec

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

reports-scheduler/build.gradle

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ buildscript {
4040
classpath "${opensearch_group}.gradle:build-tools:${opensearch_version}"
4141
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:${kotlin_version}"
4242
classpath "org.jetbrains.kotlin:kotlin-allopen:${kotlin_version}"
43-
classpath "io.gitlab.arturbosch.detekt:detekt-gradle-plugin:1.12.0"
4443
classpath "org.jacoco:org.jacoco.agent:0.8.5"
4544
}
4645
}
@@ -57,7 +56,6 @@ apply plugin: 'idea'
5756
apply plugin: 'opensearch.opensearchplugin'
5857
apply plugin: 'opensearch.pluginzip'
5958
apply plugin: 'opensearch.testclusters'
60-
apply plugin: 'io.gitlab.arturbosch.detekt'
6159
apply plugin: 'org.jetbrains.kotlin.jvm'
6260
apply plugin: 'org.jetbrains.kotlin.plugin.allopen'
6361

@@ -107,11 +105,6 @@ configurations {
107105
testRuntime
108106
}
109107

110-
detekt {
111-
config = files("detekt.yml")
112-
buildUponDefaultConfig = true
113-
}
114-
115108
configurations.testCompile {
116109
exclude module: "securemock"
117110
}

0 commit comments

Comments
 (0)