From b50cd5c4d071b63bb6062cbb5c004b5187bf1349 Mon Sep 17 00:00:00 2001 From: Simon Vieille Date: Sun, 4 Dec 2022 22:42:50 +0100 Subject: [PATCH] CI: update dependency check --- .woodpecker.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index 29e70b2..ee170c2 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -33,8 +33,7 @@ pipeline: dependency_check: image: registry.gitlab.com/gitlab-ci-utils/docker-dependency-check:latest commands: - - /usr/share/dependency-check/bin/dependency-check.sh --scan "./" --format ALL --project "$CI_REPO" --failOnCVSS 0 - - if [ $(grep -c "vulnerabilities" dependency-check-report.json) -gt 0 ]; then exit 2; fi + - /usr/share/dependency-check/bin/dependency-check.sh --scan ./*.json -out ./ --format ALL --failOnCVSS 0 package: image: gitnet.fr/deblan/devenv