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
66857434
Commit
66857434
authored
6 years ago
by
Jose Raul Barreras
Browse files
Options
Downloads
Patches
Plain Diff
chore: re-enable gitlab-ci jobs
parent
3ab0e1ec
Branches
Branches containing commit
No related tags found
4 merge requests
!5
Develop
,
!4
Working copy
,
!3
Static code analysis on xls branch
,
!1
WIP: Static code analysis on xls branch
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+5
-5
5 additions, 5 deletions
.gitlab-ci.yml
with
5 additions
and
5 deletions
.gitlab-ci.yml
+
5
−
5
View file @
66857434
...
...
@@ -4,21 +4,21 @@ stages:
-
test
-
security
.
Check Makefile
:
Check Makefile
:
stage
:
verify
tags
:
-
linux, dockerd
script
:
-
docker run --rm -v "${PWD}:/work" -w /work mandrean/checkmake ./Makefile
.
Lint and Validate dockerfiles
:
Lint and Validate dockerfiles
:
stage
:
verify
tags
:
-
linux, dockerd
script
:
-
make test
.
Make All Images
:
Make All Images
:
stage
:
build
image
:
projectatomic/dockerfile-lint
tags
:
...
...
@@ -26,14 +26,14 @@ stages:
script
:
-
make
.
test
:
test
:
stage
:
test
tags
:
-
dockerd
script
:
-
docker run --rm unl-its/static-code-analysis sonar-scanner -v
Push to
Tenable
:
Scan with
Tenable
:
stage
:
security
tags
:
-
linux, dockerd
...
...
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