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 13:45:16 +01:00
parent 58e5e2ff4e
commit 1aa25a4064
Signed by: deblan
GPG key ID: 579388D585F70417

View file

@ -55,6 +55,12 @@ pipeline:
- test -f public/js/fos_js_routes.json || echo "{}" > public/js/fos_js_routes.json
- npm run build
osv_detector:
image: gitnet.fr/deblan/docker-osv-detector:v0.9
commands:
- osv-detector composer.lock yarn.lock
failure: ignore
deploy:
image: deblan/php:8.1
secrets: [ssh_user, ssh_host, ssh_priv_key, app_directory]