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

Update 2 files

- /.gitlab/ci/cve-scan.gitlab-ci.yml
- /.gitlab/ci/common.gitlab-ci.yml
parent aabbd212
No related branches found
No related tags found
1 merge request!243Resolve "Document CVEs of images used in docker compose setup"
Pipeline #486835 passed
......@@ -19,8 +19,9 @@ variables:
MINIO_FTP_PORT: 40021
MINIO_FTP_PASV_PORTS: 30000-30010:30000-30010
CADVISOR_PORT: 8080
DOCKER_IMAGE_TAG: 24-cli
DOCKER_SERVICE_IMAGE_TAG: 24-dind
DOCKER_IMAGE_TAG: 27-cli
DOCKER_SERVICE_IMAGE_TAG: 27-dind
TRIVY_VERSION: 0.58.2
services:
- "docker:${DOCKER_SERVICE_IMAGE_TAG}"
......
......@@ -7,7 +7,7 @@ docker-image-scan:
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"
- "curl -sfL https://raw.githubusercontent.com/aquasecurity/trivy/main/contrib/install.sh | sh -s -- -b /usr/local/bin v${TRIVY_VERSION}"
- "cp .env.example .env"
script:
- "docker compose pull -q"
......
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