Skip to content

Commit 2d5003f

Browse files
committed
include
1 parent e2e67a1 commit 2d5003f

File tree

1 file changed

+1
-12
lines changed

1 file changed

+1
-12
lines changed

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

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -191,18 +191,7 @@ afterEvaluate {
191191
}
192192

193193
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")
194+
scanConfigurations = mutableListOf("runtimeClasspath")
206195
failBuildOnCVSS = 7.0f // fail on high or critical CVE
207196
failBuildOnCVSS = 7.0f // fail on high or critical CVE
208197
nvd.apiKey = System.getenv("NVD_API_KEY")

0 commit comments

Comments
 (0)