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 5879f48 commit 0465c79Copy full SHA for 0465c79
buildSrc/src/main/kotlin/otel.java-conventions.gradle.kts
@@ -66,6 +66,7 @@ dependencyCheck {
66
"jmhRuntimeOnly")
67
failBuildOnCVSS = 7.0f // fail on high or critical CVE
68
analyzers.assemblyEnabled = false // not sure why its trying to analyze .NET assemblies
69
+ nvd.apiKey = System.getenv("NVD_API_KEY")
70
}
71
72
val testJavaVersion = gradle.startParameter.projectProperties.get("testJavaVersion")?.let(JavaVersion::toVersion)
0 commit comments