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