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

Update .gitlab-ci.yml

parent 209511be
No related branches found
No related tags found
1 merge request!33Resolve "Integrate dependency-check container with Sonarqube"
......@@ -49,15 +49,18 @@ Test Dependency Checker npm install:
- cd t/dependency-check/simple-app/
- npm install
.Test Dependency Checker dependency_check:
Test Dependency Checker dependency_check:
stage: test:dependency_checker
image: its-registry.unl.edu/unl-its/docker-ci/dependency-check
cache:
policy: pull
variables:
DEPENDENCY_CHECK_OUT_DIR: /tmp/dependency_check_results
before_script:
- t/dependency-check/simple-app/
- ls -alr
- echo ${DEPENDENCY_CHECK_OUT_DIR}
tags:
- linux,dockerd
- docker
script:
- echo ${DEPENDENCY_CHECK_OUT_DIR}
......
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