Skip to content
Snippets Groups Projects

Resolve "Integrate dependency-check container with Sonarqube"

1 file
+ 3
2
Compare changes
  • Side-by-side
  • Inline
+ 3
2
@@ -51,8 +51,9 @@ Test Dependency Checker npm install:
Test Dependency Checker dependency_check:
stage: test:dependency_checker
image: its-registry.unl.edu/unl-its/docker-ci/dependency-check
entrypoint: ["/bin/ls -al"]
image:
name: its-registry.unl.edu/unl-its/docker-ci/dependency-check
entrypoint: ["/bin/ls -al"]
cache:
policy: pull
variables:
Loading