Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
DBRepo
Manage
Activity
Members
Labels
Plan
External wiki
Automate
Agent sessions
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
FAIR Data Austria DB Repository
DBRepo
Merge requests
!223
Release of version 1.4.0
Code
Review changes
Check out branch
Download
Patches
Plain diff
Expand sidebar
Merged
Release of version 1.4.0
dev
into
master
Overview
0
Commits
781
Pipelines
0
Changes
1
Merged
Release of version 1.4.0
Martin Weise
requested to merge
dev
into
master
Jan 7, 2024
Overview
0
Commits
781
Pipelines
0
Changes
1
Version 1.4.0
Edited
Jan 19, 2024
by
Martin Weise
0
0
Merge request reports
Viewing commit
85caa88c
Prev
Next
Show latest version
1 file
+
22
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Verified
85caa88c
Added data service scan
· 85caa88c
Martin Weise
authored
Jan 12, 2024
.gitlab-ci.yml
+
22
−
0
View file @ 85caa88c
Edit in single-file editor
Open in Web IDE
Show full file
@@ -259,6 +259,28 @@ scan-metadata-service:
reports
:
container_scanning
:
./.trivy/trivy-metadata-service-report.json
scan-data-service
:
image
:
bitnami/trivy:latest
stage
:
scan
only
:
refs
:
-
dev
-
release-v1.3
-
release-v1.4
allow_failure
:
true
script
:
-
trivy image --insecure --exit-code 0 --format template --template "@.trivy/gitlab.tpl" -o ./.trivy/trivy-data-service-report.json docker.io/dbrepo/data-service:latest
-
trivy image --insecure --exit-code 0 docker.io/dbrepo/data-service:latest
-
trivy image --insecure --exit-code 1 --severity CRITICAL docker.io/dbrepo/data-service:latest
cache
:
paths
:
-
.trivycache/
artifacts
:
when
:
always
expire_in
:
1 days
reports
:
container_scanning
:
./.trivy/trivy-data-service-report.json
scan-search-db
:
image
:
bitnami/trivy:latest
stage
:
scan
Loading