From 8364c187b69216bc72aa66b2d2096c1ff647a95c Mon Sep 17 00:00:00 2001 From: Hazelnoot Date: Fri, 26 Sep 2025 20:57:05 -0400 Subject: [PATCH] fix container_scanning tying to run in test stage --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d31ba4c275..5ef9fc6829 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -224,6 +224,7 @@ merge_image_manifests: container_scanning: <<: *deploy_common <<: *sast_common + stage: deploy variables: AST_ENABLE_MR_PIPELINES: 'false' CS_IMAGE: ${CI_REGISTRY_IMAGE}:${REGISTRY_PUSH_TAG}