RED-4988 Check jacoco version in poms and update to a current compatible version

- add -DknownExploitedEnabled=false for dependency-check:aggregate
This commit is contained in:
devplant 2023-03-08 12:56:09 +02:00
parent cab54f6cec
commit a73373ba42

View File

@ -12,7 +12,8 @@ mvn -f ${bamboo_build_working_directory}/$SERVICE_NAME-v1/pom.xml \
echo "dependency-check:aggregate"
mvn --no-transfer-progress \
-f ${bamboo_build_working_directory}/$SERVICE_NAME-v1/pom.xml \
org.owasp:dependency-check-maven:aggregate
org.owasp:dependency-check-maven:aggregate \
-DknownExploitedEnabled=false
if [[ -z "${bamboo_repository_pr_key}" ]]
then