From 0a5c92bab679d8080ff490c4f6aeddd7e1630aab Mon Sep 17 00:00:00 2001 From: "Mountain/\\Ash" Date: Wed, 27 Oct 2021 08:35:40 +0200 Subject: [PATCH] Setting overrides for `container_scanning` stage --- .gitlab-ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1f38df4..98d8043 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -18,4 +18,6 @@ include: container_scanning: variables: - GIT_STRATEGY: fetch \ No newline at end of file + GIT_STRATEGY: fetch + CI_APPLICATION_REPOSITORY: $CI_REGISTRY_IMAGE + CI_APPLICATION_TAG: latest \ No newline at end of file