diff --git a/build.gradle b/build.gradle index 8222161faf..6dba24fac1 100644 --- a/build.gradle +++ b/build.gradle @@ -379,20 +379,7 @@ dependencyCheck { // range of 0-10 fails the build, anything greater and it doesn't fail the build failBuildOnCVSS = 0 suppressionFile = 'config/owasp/suppressions.xml' - - analyzers { - // Disable scanning of .NET related binaries - assemblyEnabled = false - } - skipConfigurations = [ - "compileOnly", - "pmd", - "integrationTest", - "functionalTest", - "smokeTest", - "contractTestRuntimeClasspath", - "contractTestCompileClasspath" - ] + scanConfigurations = ['runtimeClasspath', 'compileClasspath'] } repositories {