From b618659b29d59a05f97656a57df3c404583fb1e0 Mon Sep 17 00:00:00 2001 From: Jeff Sturek <jsturek8@unl.edu> Date: Fri, 19 Nov 2021 13:48:06 -0600 Subject: [PATCH] Update .gitlab-ci.yml file --- .gitlab-ci.yml | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 172cdeef..626e3ed6 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -6,21 +6,8 @@ stages: - - Security - QA - -Dependency Check: - stage: Security - image: its-registry.unl.edu/unl-its/docker-ci/dependency-check - tags: - - docker - cache: - policy: push - paths: - - dep_check - script: - - dependency-check -noupdate -f JSON -f XML -f HTML -s . -o ./dep_check --project "$CI_PROJECT_TITLE" --enableExperimental - + SonarQube: stage: QA image: its-registry.unl.edu/unl-its/docker-ci/static-code-analysis:php -- GitLab