diff --git a/.woodpecker.yml b/.woodpecker.yml index ee170c2..71adb98 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -31,9 +31,12 @@ pipeline: event: [pull_request] dependency_check: - image: registry.gitlab.com/gitlab-ci-utils/docker-dependency-check:latest + image: node:16-slim commands: - - /usr/share/dependency-check/bin/dependency-check.sh --scan ./*.json -out ./ --format ALL --failOnCVSS 0 + - npm audit + failure: ignore + when: + event: [pull_request] package: image: gitnet.fr/deblan/devenv