Skip to content
Snippets Groups Projects
Commit b618659b authored by Jeff Sturek's avatar Jeff Sturek
Browse files

Update .gitlab-ci.yml file

parent d1ecf046
No related branches found
No related tags found
No related merge requests found
Pipeline #44175 passed
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment