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

Update .gitlab-ci.yml

parent 18f96de4
No related branches found
No related tags found
1 merge request!33Resolve "Integrate dependency-check container with Sonarqube"
This commit is part of merge request !33. Comments created here will be created in the context of that merge request.
...@@ -2,6 +2,7 @@ stages: ...@@ -2,6 +2,7 @@ stages:
- verify - verify
- build - build
- test - test
- test:npm_install
- test:dependency_checker - test:dependency_checker
- publish - publish
- security - security
...@@ -40,7 +41,7 @@ cache: ...@@ -40,7 +41,7 @@ cache:
- docker run --rm -v "${PWD}:/work" -w /work its-registry.unl.edu/unl-its/docker-ci/detect-secrets -s - docker run --rm -v "${PWD}:/work" -w /work its-registry.unl.edu/unl-its/docker-ci/detect-secrets -s
Test Dependency Checker npm install: Test Dependency Checker npm install:
stage: test:dependency_checker stage: test:npm_install
tags: tags:
- docker - docker
image: node:alpine image: node:alpine
......
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