From 5a519505fa190b77e6908edb937b8b765251245d Mon Sep 17 00:00:00 2001 From: "Vladimir (vapronva)" Date: Fri, 30 Sep 2022 05:00:41 +0300 Subject: [PATCH] add: some variables were missing for container analysis --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index fd2b379..9af9347 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -34,6 +34,7 @@ container_scanning: CS_DISABLE_DEPENDENCY_LIST: "true" CS_DEFAULT_BRANCH_IMAGE: $CI_REGISTRY_IMAGE/hatkidchan-mastoposter:latest CI_APPLICATION_REPOSITORY: $CI_REGISTRY_IMAGE/hatkidchan-mastoposter + CI_APPLICATION_TAG: "latest" CS_DISABLE_LANGUAGE_VULNERABILITY_SCAN: "false" CS_ANALYZER_IMAGE: "registry.gitlab.com/security-products/container-scanning/grype:5" SECURE_LOG_LEVEL: "debug"