Skip to content
Snippets Groups Projects

Resolve "Integrate dependency-check container with Sonarqube"

1 file
+ 2
1
Compare changes
  • Side-by-side
  • Inline
+ 2
1
@@ -2,6 +2,7 @@ stages:
- verify
- build
- test
- test:npm_install
- test:dependency_checker
- publish
- security
@@ -40,7 +41,7 @@ cache:
- docker run --rm -v "${PWD}:/work" -w /work its-registry.unl.edu/unl-its/docker-ci/detect-secrets -s
Test Dependency Checker npm install:
stage: test:dependency_checker
stage: test:npm_install
tags:
- docker
image: node:alpine
Loading