diff --git a/.woodpecker.yml b/.woodpecker.yml index a0b8ad2..47a4044 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -7,6 +7,12 @@ pipeline: event: [tag, push, pull_request] branch: [master, develop, feature/*, translations] + osv_detector: + image: gitnet.fr/deblan/docker-osv-detector:v0.9 + commands: + - osv-detector package-lock.json + failure: ignore + build: image: gitnet.fr/deblan/devenv commands: @@ -30,14 +36,6 @@ pipeline: when: event: [pull_request] - dependency_check: - image: node:16-slim - commands: - - npm audit - failure: ignore - when: - event: [pull_request] - package: image: gitnet.fr/deblan/devenv volumes: