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

use grafana latest image, retry only executing job on main

parent 86eb251b
No related branches found
No related tags found
1 merge request!243Resolve "Document CVEs of images used in docker compose setup"
Pipeline #487711 passed
...@@ -129,7 +129,7 @@ MINIO_FTP_PASV_PORTS=127.0.0.1:30000-30010:30000-30010 ...@@ -129,7 +129,7 @@ MINIO_FTP_PASV_PORTS=127.0.0.1:30000-30010:30000-30010
############################################################ ############################################################
# visualization (grafana) # visualization (grafana)
############################################################ ############################################################
GRAFANA_IMAGE_TAG=10.4.15 GRAFANA_IMAGE_TAG=latest
GRAFANA_USER=grafana GRAFANA_USER=grafana
GRAFANA_PASSWORD=grafana GRAFANA_PASSWORD=grafana
GRAFANA_URL=http://visualization:3000 GRAFANA_URL=http://visualization:3000
......
...@@ -24,7 +24,7 @@ docker-image-scan: ...@@ -24,7 +24,7 @@ docker-image-scan:
paths: paths:
- "*.cve" - "*.cve"
expire_in: 30 days expire_in: 30 days
only: rules:
- "main" - if: $CI_COMMIT_REF_SLUG == $CI_DEFAULT_BRANCH
tags: tags:
- "dind" - "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