eclipse-ee4j / krazo

Apache License 2.0
50 stars 19 forks source link

Run OWASP and depedency version check explicitely #316

Closed erdlet closed 2 years ago

erdlet commented 2 years ago

To save build time the dependency update check and OWASP security check should run only when the new flags dependencyCheckSkip for the OWASP or versionUpdateSkip for the versions maven plugin are set to false.

fixes: #311 #312