Skip to content

Commit

Permalink
Fix OWASP dependency check workflow (#7126)
Browse files Browse the repository at this point in the history
  • Loading branch information
trask authored Feb 20, 2025
1 parent 5879f48 commit 0465c79
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions buildSrc/src/main/kotlin/otel.java-conventions.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ dependencyCheck {
"jmhRuntimeOnly")
failBuildOnCVSS = 7.0f // fail on high or critical CVE
analyzers.assemblyEnabled = false // not sure why its trying to analyze .NET assemblies
nvd.apiKey = System.getenv("NVD_API_KEY")
}

val testJavaVersion = gradle.startParameter.projectProperties.get("testJavaVersion")?.let(JavaVersion::toVersion)
Expand Down

0 comments on commit 0465c79

Please sign in to comment.