Skip to content

Commit 9287e1f

Browse files
ci: remove failOnError=false now that OWASP analyzer crash is fixed
The buildSrc classloader fix (f337ba6) made the analyzer run to completion, so the tolerance flag added in 95c8f79 is no longer needed. Reverting to the default (true) so a future analyzer regression fails loudly instead of silently passing with an incomplete report.
1 parent 2b7487d commit 9287e1f

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

build.gradle

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

0 commit comments

Comments
 (0)