From 178b77e868c0f91307572402242eb8979f5b8f5b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beatrice=20Dellac=C3=A0?= Date: Sun, 9 Mar 2025 11:04:44 +0100 Subject: [PATCH] fix dependency-check --- .drone.yml | 2 +- pom.xml | 23 +++++++++++++++++++++++ 2 files changed, 24 insertions(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 286edf3..c867172 100644 --- a/.drone.yml +++ b/.drone.yml @@ -24,7 +24,7 @@ steps: # check maven dependencies - name: dependency-check - image: maven:3-eclipse-temurin-16 + image: maven:3-eclipse-temurin-21 commands: - mvn dependency-check:check --no-transfer-progress -B -V diff --git a/pom.xml b/pom.xml index 8dc7000..86c0dfc 100644 --- a/pom.xml +++ b/pom.xml @@ -68,10 +68,33 @@ + + + + org.owasp + dependency-check-maven + 12.1.0 + + 8 + + html + json + + + ./suppressions.xml + + + + + + 21 21 UTF-8 + ./target/dependency-check-report.html + ./target/dependency-check-report.json + true