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

Update .gitlab-ci.yml

parent a0bd53fa
No related branches found
No related tags found
1 merge request!33Resolve "Integrate dependency-check container with Sonarqube"
......@@ -7,8 +7,12 @@ stages:
- publish
- security
cache:
key: ${CI_COMMIT_REF_SLUG}
cache:
key: ${CI_COMMIT_REF_SLUG}
paths:
- t/dependency-check/simple-app/node_modules/
- t/dependency-check/simple-app/dependency_check_results/
policy: pull-push
.Check Makefile:
stage: verify
......@@ -45,11 +49,6 @@ Test Dependency Checker npm install:
tags:
- docker
image: node:alpine
cache:
cache:
paths:
- t/dependency-check/simple-app/node_modules/
- t/dependency-check/simple-app/dependency_check_results/
script:
- cd t/dependency-check/simple-app/
- npm install
......@@ -57,16 +56,10 @@ Test Dependency Checker npm install:
Test Dependency Checker dependency_check:
stage: test:dependency_checker
tags:
- docker
- dockerd
image: its-registry.unl.edu/unl-its/docker-ci/dependency-check
cache:
paths:
- t/dependency-check/simple-app/node_modules/
- t/dependency-check/simple-app/dependency_check_results/
script:
- ls -al
- /usr/local/bin/entrypoint.sh
- 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
.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