Skip to content

Commit

Permalink
Fix snakeyaml vulnerability issue by disabling detekt (#517)
Browse files Browse the repository at this point in the history
Signed-off-by: Rupal Mahajan <maharup@amazon.com>
  • Loading branch information
rupal-bq authored Oct 27, 2022
1 parent 6bda432 commit efeb8ec
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions reports-scheduler/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ buildscript {
classpath "${opensearch_group}.gradle:build-tools:${opensearch_version}"
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:${kotlin_version}"
classpath "org.jetbrains.kotlin:kotlin-allopen:${kotlin_version}"
classpath "io.gitlab.arturbosch.detekt:detekt-gradle-plugin:1.12.0"
classpath "org.jacoco:org.jacoco.agent:0.8.5"
}
}
Expand All @@ -57,7 +56,6 @@ apply plugin: 'idea'
apply plugin: 'opensearch.opensearchplugin'
apply plugin: 'opensearch.pluginzip'
apply plugin: 'opensearch.testclusters'
apply plugin: 'io.gitlab.arturbosch.detekt'
apply plugin: 'org.jetbrains.kotlin.jvm'
apply plugin: 'org.jetbrains.kotlin.plugin.allopen'

Expand Down Expand Up @@ -107,11 +105,6 @@ configurations {
testRuntime
}

detekt {
config = files("detekt.yml")
buildUponDefaultConfig = true
}

configurations.testCompile {
exclude module: "securemock"
}
Expand Down

0 comments on commit efeb8ec

Please sign in to comment.