From b2fc51491d875d65a4998dfa47f124ba11a50615 Mon Sep 17 00:00:00 2001 From: Pierre Smeyers <pierre.smeyers@gmail.com> Date: Mon, 11 Apr 2022 15:33:13 +0000 Subject: [PATCH] fix(Trivy): restore default Git strategy to allow .trivyignore --- templates/gitlab-ci-docker.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/templates/gitlab-ci-docker.yml b/templates/gitlab-ci-docker.yml index 2570657..04ed8e8 100644 --- a/templates/gitlab-ci-docker.yml +++ b/templates/gitlab-ci-docker.yml @@ -609,8 +609,6 @@ docker-healthcheck: # This is a non-blocking job, it will always return (code) 0 docker-trivy: extends: .docker-base - variables: - GIT_STRATEGY: none dependencies: [] image: name: $DOCKER_TRIVY_IMAGE -- GitLab