Skip to content

Commit 95c8f79

Browse files
ci: set failOnError=false on dependencyCheck to tolerate OWASP 12.2.2 JAR analysis bugs
1 parent 836e0d8 commit 95c8f79

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,4 +61,5 @@ repositories {
6161
dependencyCheck {
6262
failBuildOnCVSS=5
6363
suppressionFile="./allow-list.xml"
64+
failOnError=false
6465
}

0 commit comments

Comments
 (0)