diff --git a/pom.xml b/pom.xml index aafe34c..0f4c8b2 100644 --- a/pom.xml +++ b/pom.xml @@ -294,6 +294,25 @@ + + nvd-api-key + + + env.NVD_API_KEY + + + + + + org.owasp + dependency-check-maven + + ${env.NVD_API_KEY} + + + + +