Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
tsm-orchestration
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
UFZ TSM
tsm-orchestration
Commits
58dcecf2
Commit
58dcecf2
authored
1 month ago
by
Joost Hemmen
Browse files
Options
Downloads
Patches
Plain Diff
Update file integration.gitlab-ci.yml
parent
31b2cf74
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!243
Resolve "Document CVEs of images used in docker compose setup"
Pipeline
#486486
canceled
1 month ago
Stage: scan
Stage: integration
Stage: end-to-end
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab/ci/integration.gitlab-ci.yml
+6
-4
6 additions, 4 deletions
.gitlab/ci/integration.gitlab-ci.yml
with
6 additions
and
4 deletions
.gitlab/ci/integration.gitlab-ci.yml
+
6
−
4
View file @
58dcecf2
...
...
@@ -86,15 +86,17 @@ database-test:
docker-image-scan
:
image
:
"
docker:${DOCKER_IMAGE_TAG}"
stage
:
"
integratio
n"
stage
:
"
sca
n"
before_script
:
# Install Trivy in the pipeline environment
-
"
apk
add
--no-cache
curl"
-
"
curl
-sfL
https://raw.githubusercontent.com/aquasecurity/trivy/main/contrib/install.sh
|
sh
-s
--
-b
/usr/local/bin
v0.58.2"
-
"
cp
.env.example
.env"
script
:
-
"
docker
compose
build"
-
"
docker
compose
pull
-q"
-
"
docker
images
--format
'{{.Repository}}:{{.Tag}}'"
-
"
docker
compose
pull
-q
flyway
mqtt-cat"
-
|
for image in $(docker images --format '{{.Repository}}:{{.Tag}}'); do
echo $image;
done
tags
:
-
"
dind"
\ No newline at end of file
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