Skip to content
Snippets Groups Projects

Resolve "Integrate dependency-check container with Sonarqube"

Compare and Show latest version
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -53,7 +53,7 @@ Test Dependency Checker dependency_check:
stage: test:dependency_checker
image:
name: its-registry.unl.edu/unl-its/docker-ci/dependency-check
entrypoint: ["/bin/ls -al"]
entrypoint: ["/bin/ls"]
cache:
policy: pull
variables:
Loading