Merge pull request 'ci: add osv detector' (#208) from feature/osv into develop
Some checks failed
ci/woodpecker/push/woodpecker Pipeline was successful
gitea-sonarqube-bot ERROR
ci/woodpecker/pr/woodpecker Pipeline was successful

Reviewed-on: #208
This commit is contained in:
Simon Vieille 2023-01-01 14:59:05 +01:00
commit c65d09e268

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: