ci: add osv detector
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Simon Vieille 2023-01-01 14:52:30 +01:00
parent 8da90bbc06
commit 2da2e10017
Signed by: deblan
GPG key ID: 579388D585F70417

View file

@ -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: