Skip to content

Commit

Permalink
Remove unnecessary dependencyCheck config
Browse files Browse the repository at this point in the history
  • Loading branch information
danlysiak committed Oct 23, 2023
1 parent ee84ad6 commit aa71221
Showing 1 changed file with 0 additions and 22 deletions.
22 changes: 0 additions & 22 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -131,28 +131,6 @@ dependencyUpdates {
}
}

// https://jeremylong.github.io/DependencyCheck/dependency-check-gradle/configuration.html
dependencyCheck {
// Specifies if the build should be failed if a CVSS score above a specified level is identified.
// 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 = [
"checkstyle",
"compileOnly",
"integrationTest",
"functionalTest",
"smokeTest",
"contractTestRuntimeClasspath",
"contractTestCompileClasspath"
]
}

repositories {
mavenLocal()
mavenCentral()
Expand Down

0 comments on commit aa71221

Please sign in to comment.