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
Commits
2c561a8d
Commit
2c561a8d
authored
5 years ago
by
Raul Barreras
Browse files
Options
Downloads
Patches
Plain Diff
Update .gitlab-ci.yml
parent
b7dda5de
No related branches found
No related tags found
1 merge request
!33
Resolve "Integrate dependency-check container with Sonarqube"
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+6
-10
6 additions, 10 deletions
.gitlab-ci.yml
with
6 additions
and
10 deletions
.gitlab-ci.yml
+
6
−
10
View file @
2c561a8d
...
@@ -44,7 +44,7 @@ cache:
...
@@ -44,7 +44,7 @@ cache:
-
docker run --rm its-registry.unl.edu/unl-its/docker-ci/static-code-analysis sonar-scanner -v
-
docker run --rm its-registry.unl.edu/unl-its/docker-ci/static-code-analysis sonar-scanner -v
-
docker run --rm -v "${PWD}:/work" -w /work its-registry.unl.edu/unl-its/docker-ci/detect-secrets -s
-
docker run --rm -v "${PWD}:/work" -w /work its-registry.unl.edu/unl-its/docker-ci/detect-secrets -s
Test Dependency Checker npm install
:
.
Test Dependency Checker npm install
:
stage
:
test:npm_install
stage
:
test:npm_install
tags
:
tags
:
-
docker
-
docker
...
@@ -55,17 +55,13 @@ Test Dependency Checker npm install:
...
@@ -55,17 +55,13 @@ Test Dependency Checker npm install:
Test Dependency Checker dependency_check
:
Test Dependency Checker dependency_check
:
stage
:
test:dependency_checker
stage
:
test:dependency_checker
before_script
:
-
cd t/dependency-check/simple-app
-
docker run --rm -v "${PWD}:/work" -w /work node:alpine npm install
tags
:
tags
:
-
docker
-
linux,dockerd
image
:
its-registry.unl.edu/unl-its/docker-ci/dependency-check
script
:
script
:
-
cd t/dependency-check/simple-app/
-
ls -alr
-
ls -al
artifacts
:
paths
:
-
t/dependency-check/simple-app/dependency_check_results/dependency-check-report.html
-
t/dependency-check/simple-app/dependency_check_results/dependency-check-report.xml
expire_in
:
1 week
.Test Dependency Checker
:
.Test Dependency Checker
:
stage
:
test
stage
:
test
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment