CI: use nodejs for dependency check
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
gitea-sonarqube-bot OK
ci/woodpecker/pr/woodpecker Pipeline was successful

This commit is contained in:
Simon Vieille 2022-12-04 22:52:02 +01:00
parent b50cd5c4d0
commit 5411267960
Signed by: deblan
GPG key ID: 579388D585F70417

View file

@ -31,9 +31,12 @@ pipeline:
event: [pull_request]
dependency_check:
image: registry.gitlab.com/gitlab-ci-utils/docker-dependency-check:latest
image: node:16-slim
commands:
- /usr/share/dependency-check/bin/dependency-check.sh --scan ./*.json -out ./ --format ALL --failOnCVSS 0
- npm audit
failure: ignore
when:
event: [pull_request]
package:
image: gitnet.fr/deblan/devenv