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 e2e67a1 commit 2d5003fCopy full SHA for 2d5003f
buildSrc/src/main/kotlin/otel.java-conventions.gradle.kts
@@ -191,18 +191,7 @@ afterEvaluate {
191
}
192
193
dependencyCheck {
194
- skipConfigurations = mutableListOf(
195
- "errorprone",
196
- "checkstyle",
197
- "annotationProcessor",
198
- "moduleAnnotationProcessor",
199
- "testAnnotationProcessor",
200
- "animalsniffer",
201
- "jmhAnnotationProcessor",
202
- "jmhBasedTestAnnotationProcessor",
203
- "jmhCompileClasspath",
204
- "jmhRuntimeClasspath",
205
- "jmhRuntimeOnly")
+ scanConfigurations = mutableListOf("runtimeClasspath")
206
failBuildOnCVSS = 7.0f // fail on high or critical CVE
207
208
nvd.apiKey = System.getenv("NVD_API_KEY")
0 commit comments