From 805e99ea2f4873f0a116b879846c4045850a788e Mon Sep 17 00:00:00 2001 From: Martin Weise <martin.weise@tuwien.ac.at> Date: Sun, 3 Sep 2023 10:39:32 +0200 Subject: [PATCH] Added TLS verify --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c3f520232b..1ac1e47a97 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,7 +1,7 @@ variables: DOCKER_HOST: "tcp://localhost:2375/" DOCKER_TLS_CERTDIR: /certs - DOCKER_TLS_VERIFY: 0 + DOCKER_TLS_VERIFY: 1 TAG: "${TAG:-latest}" TRIVY_NO_PROGRESS: "true" TRIVY_CACHE_DIR: ".trivycache/" -- GitLab