Skip to content

Commit be0854a

Browse files
authored
Fix owasp check (#2681)
1 parent dfcf447 commit be0854a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,6 @@ checkstyle {
145145
}
146146

147147
dependencyCheck {
148-
skipConfigurations = listOf("errorprone", "checkstyle", "annotationProcessor")
148+
skipConfigurations = listOf("errorprone", "spotbugs", "checkstyle", "annotationProcessor")
149149
failBuildOnCVSS = 0f // fail on any reported CVE
150150
}

0 commit comments

Comments
 (0)