Skip to content
Snippets Groups Projects
Commit 31203772 authored by Raul Barreras's avatar Raul Barreras
Browse files

Update .gitlab-ci.yml

parent d4d3fbc1
No related branches found
No related tags found
1 merge request!33Resolve "Integrate dependency-check container with Sonarqube"
......@@ -56,10 +56,10 @@ Test Dependency Checker npm install:
Test Dependency Checker dependency_check:
stage: test:dependency_checker
tags:
- dockerd
- docker
image: its-registry.unl.edu/unl-its/docker-ci/dependency-check
script:
- docker run --rm -v "${PWD}/t/dependency-check/simple-app:/work" -w /work -e DEPENDENCY_CHECK_OUT_DIR=./dependency_check_results its-registry.unl.edu/unl-its/docker-ci/dependency-check
- dependency-check.sh --format ALL -s ./ --out t/dependency-check/simple-app/dependency_check_results/ --project ${CI_PROJECT_NAMESPACE} -n
.Test Dependency Checker:
stage: test
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment