From 479a8590dbe2a21b10fcb496d200d4f22d922971 Mon Sep 17 00:00:00 2001 From: Andrei Pavel Date: Wed, 7 May 2025 12:02:08 +0300 Subject: [PATCH] Switch CI image to v2_6 to appease false shellcheck errors caused by too new shellcheck --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 80d6b963fc..08f4a2ab1c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -17,7 +17,7 @@ variables: # Leave only bandit, flawfinder, semgrep. SAST_EXCLUDED_ANALYZERS: "eslint, spotbugs" -image: "${CI_REGISTRY_IMAGE}:latest" +image: "${CI_REGISTRY_IMAGE}:v2_6" stages: - test -- 2.47.2