next release #191

Merged
deblan merged 52 commits from develop into master 2022-12-26 13:59:25 +01:00
Showing only changes of commit b50cd5c4d0 - Show all commits

View file

@ -33,8 +33,7 @@ pipeline:
dependency_check:
image: registry.gitlab.com/gitlab-ci-utils/docker-dependency-check:latest
commands:
- /usr/share/dependency-check/bin/dependency-check.sh --scan "./" --format ALL --project "$CI_REPO" --failOnCVSS 0
- if [ $(grep -c "vulnerabilities" dependency-check-report.json) -gt 0 ]; then exit 2; fi
- /usr/share/dependency-check/bin/dependency-check.sh --scan ./*.json -out ./ --format ALL --failOnCVSS 0
package:
image: gitnet.fr/deblan/devenv