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
ea428c3b
Commit
ea428c3b
authored
1 month ago
by
Joost Hemmen
Browse files
Options
Downloads
Patches
Plain Diff
Update file cve-scan.gitlab-ci.yml
parent
7b2c5103
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
#486869
canceled
1 month ago
Stage: integration
Stage: end-to-end
Stage: scan
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab/ci/cve-scan.gitlab-ci.yml
+2
-2
2 additions, 2 deletions
.gitlab/ci/cve-scan.gitlab-ci.yml
with
2 additions
and
2 deletions
.gitlab/ci/cve-scan.gitlab-ci.yml
+
2
−
2
View file @
ea428c3b
...
...
@@ -25,8 +25,8 @@ docker-image-scan:
-
"
*.cve"
expire_in
:
30 days
rules
:
# Run only
whe
n a
merge request is merged in
to the
`
main
`
branch
-
if
:
'
$CI_
MERGE_REQUEST_TARGET_BRANCH
_NAME
==
"main"
&&
$CI_PIPELINE_SOURCE
==
"
merge_request_event"
&&
$CI_MERGE_REQUEST_EVENT_TYPE
==
"merged
"'
# Run only
o
n a
push
to the main branch
-
if
:
'
$CI_
COMMIT_REF
_NAME
==
"main"
&&
$CI_PIPELINE_SOURCE
==
"
push
"'
when
:
always
# Prevent the job from running in all other cases
-
when
:
never
...
...
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