Merge pull request 'feature/dependency_check' (#188) from feature/dependency_check into develop
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

Reviewed-on: #188
This commit is contained in:
Simon Vieille 2022-12-05 10:18:23 +01:00
commit 21e0f4cd89

View file

@ -30,6 +30,14 @@ 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: