Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Open Subsurface Data Universe Software
Platform
CI-CD Pipelines
Commits
2803b09c
Commit
2803b09c
authored
Dec 04, 2019
by
David Diederich
Browse files
Adding container scanning, and standard containerize stage
parent
8e4c74c7
Changes
2
Hide whitespace changes
Inline
Side-by-side
gitlab-ultimate.gitlab-ci.yml
View file @
2803b09c
include
:
-
template
:
SAST.gitlab-ci.yml
-
template
:
Dependency-Scanning.gitlab-ci.yml
-
template
:
SAST.gitlab-ci.yml
-
template
:
Container-Scanning.gitlab-ci.yml
-
template
:
License-Management.gitlab-ci.yml
dependency_scanning
:
...
...
@@ -14,6 +15,10 @@ sast:
MAVEN_CLI_OPTS
:
"
--batch-mode
--settings=/tmp/app/.mvn/gitlab-maven.settings.xml"
MAVEN_REPO_PATH
:
"
/tmp/app/.m2/repository"
container_scanning
:
stage
:
verify
tags
:
[
'
docker-dind-runner'
]
license_management
:
stage
:
test
tags
:
[
'
docker-dind-runner'
]
service.gitlab-ci.yml
View file @
2803b09c
stages
:
-
build
-
test
-
containerize
-
verify
-
deploy
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment