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

Update .gitlab-ci.yml

parent 4625c821
No related branches found
No related tags found
1 merge request!33Resolve "Integrate dependency-check container with Sonarqube"
...@@ -4,6 +4,7 @@ stages: ...@@ -4,6 +4,7 @@ stages:
- test - test
- test:npm_install - test:npm_install
- test:dependency_checker - test:dependency_checker
- test:sonar-scanner
- publish - publish
- security - security
...@@ -49,7 +50,22 @@ Test Dependency Checker npm install: ...@@ -49,7 +50,22 @@ Test Dependency Checker npm install:
- cd t/dependency-check/simple-app/ - cd t/dependency-check/simple-app/
- npm install - npm install
Test Dependency Checker dependency_check: Test Dependency Checker sonar-scanner:
stage: test:sonar-scanner
image:
name: its-registry.unl.edu/unl-its/docker-ci/static-code-analysis
cache:
policy: pull
variables:
DEPENDENCY_CHECK_OUT_DIR: /tmp/dependency_check_results
SRC_DIR: t/dependency-check/simple-app/
tags:
- docker
script:
- sonar-scanner -v
.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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment