Skip to content
Snippets Groups Projects
Commit a13c087d authored by Joost Hemmen's avatar Joost Hemmen :basketball:
Browse files

Update file cve-scan.gitlab-ci.yml

parent 9119a3b3
No related branches found
No related tags found
1 merge request!243Resolve "Document CVEs of images used in docker compose setup"
Pipeline #486884 failed
......@@ -24,11 +24,7 @@ docker-image-scan:
paths:
- "*.cve"
expire_in: 30 days
rules:
# Run only on a push to the main branch
- if: $CI_COMMIT_REF_SLUG == $CI_DEFAULT_BRANCH
when: always
- if: $CI_COMMIT_BRANCH && $CI_COMMIT_REF_SLUG != $CI_DEFAULT_BRANCH
when: never
only:
- "main"
tags:
- "dind"
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment