Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
docker-ci
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
UNL ITS
docker-ci
Merge requests
!33
Resolve "Integrate dependency-check container with Sonarqube"
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Resolve "Integrate dependency-check container with Sonarqube"
12-integrate-dependency-check-container-with-sonarqube-2
into
develop
Overview
0
Commits
50
Pipelines
55
Changes
1
Merged
Raul Barreras
requested to merge
12-integrate-dependency-check-container-with-sonarqube-2
into
develop
5 years ago
Overview
0
Commits
50
Pipelines
55
Changes
1
Expand
Closes
#12 (closed)
Edited
5 years ago
by
Raul Barreras
0
0
Merge request reports
Viewing commit
a0bd53fa
Prev
Next
Show latest version
1 file
+
2
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
a0bd53fa
Update .gitlab-ci.yml
· a0bd53fa
Raul Barreras
authored
5 years ago
.gitlab-ci.yml
+
2
−
1
Options
@@ -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