We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d5003f commit cd70112Copy full SHA for cd70112
buildSrc/src/main/kotlin/otel.java-conventions.gradle.kts
@@ -193,7 +193,6 @@ afterEvaluate {
193
dependencyCheck {
194
scanConfigurations = mutableListOf("runtimeClasspath")
195
failBuildOnCVSS = 7.0f // fail on high or critical CVE
196
- failBuildOnCVSS = 7.0f // fail on high or critical CVE
197
nvd.apiKey = System.getenv("NVD_API_KEY")
198
nvd.delay = 3500 // until next dependency check release (https://github.com/jeremylong/DependencyCheck/pull/6333)
199
}
0 commit comments