Skip to content

Commit cd70112

Browse files
committed
fix
1 parent 2d5003f commit cd70112

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

buildSrc/src/main/kotlin/otel.java-conventions.gradle.kts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,6 @@ afterEvaluate {
193193
dependencyCheck {
194194
scanConfigurations = mutableListOf("runtimeClasspath")
195195
failBuildOnCVSS = 7.0f // fail on high or critical CVE
196-
failBuildOnCVSS = 7.0f // fail on high or critical CVE
197196
nvd.apiKey = System.getenv("NVD_API_KEY")
198197
nvd.delay = 3500 // until next dependency check release (https://github.com/jeremylong/DependencyCheck/pull/6333)
199198
}

0 commit comments

Comments
 (0)