From d75ea4473e926212ecce59775df2efb27d401b93 Mon Sep 17 00:00:00 2001 From: dotasek Date: Mon, 28 Aug 2023 15:39:06 -0400 Subject: [PATCH] Woops. Forgot to add owasp to the pom. --- pom.xml | 43 ++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 42 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 0e711e9..2823354 100644 --- a/pom.xml +++ b/pom.xml @@ -101,8 +101,22 @@ + + + + org.owasp + dependency-check-maven + 8.2.1 + + + cve-suppression.xml + + sarif,html + + + + - org.apache.maven.plugins maven-compiler-plugin @@ -307,5 +321,32 @@ + + OWASP_CHECK + + + + org.owasp + dependency-check-maven + + + owasp-suppression-file.xml + + + + + + check + + + 10 + true + + + + + + +