Fix OWASP dependency check workflow (#7126)
This commit is contained in:
parent
5879f48dc8
commit
0465c79151
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue