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

Update .gitlab-ci.yml

parent b8f71422
No related branches found
No related tags found
1 merge request!33Resolve "Integrate dependency-check container with Sonarqube"
...@@ -3,8 +3,8 @@ stages: ...@@ -3,8 +3,8 @@ stages:
- build - build
- test - test
- test:npm_install - test:npm_install
- test:dependency_checker
- test:sonar-scanner - test:sonar-scanner
- test:dependency_checker
- publish - publish
- security - security
...@@ -65,7 +65,7 @@ Test Dependency Checker sonar-scanner: ...@@ -65,7 +65,7 @@ Test Dependency Checker sonar-scanner:
- ls -al - ls -al
.Test Dependency Checker dependency_check: Test Dependency Checker dependency_check:
stage: test:dependency_checker stage: test:dependency_checker
image: image:
name: its-registry.unl.edu/unl-its/docker-ci/dependency-check name: its-registry.unl.edu/unl-its/docker-ci/dependency-check
...@@ -77,7 +77,7 @@ Test Dependency Checker sonar-scanner: ...@@ -77,7 +77,7 @@ Test Dependency Checker sonar-scanner:
tags: tags:
- docker - docker
script: script:
- dependency_check -v - ls -al
.Test Dependency Checker: .Test Dependency Checker:
stage: test stage: test
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment