vert-x3 / vertx-parent

The base parent pom for Vert.x projects
Apache License 2.0
8 stars 17 forks source link

Add a profile to enable OWASP dependency security scans on demand #28

Open pmlopes opened 4 years ago

pmlopes commented 4 years ago

Signed-off-by: Paulo Lopes pmlopes@gmail.com

Motivation:

Before a release is performed, a security check should be performed to verify if there are dependencies suffering from CVEs.

This profile would allow this kind of test/automation by running:

mvn install -Powasp-dependency-check