]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
Switch CI image to v2_6 to appease false shellcheck errors caused by too new shellcheck
authorAndrei Pavel <andrei@isc.org>
Wed, 7 May 2025 09:02:08 +0000 (12:02 +0300)
committerAndrei Pavel <andrei@isc.org>
Wed, 7 May 2025 09:02:25 +0000 (12:02 +0300)
.gitlab-ci.yml

index 80d6b963fcf09cfd969472f0a3171c47f3526775..08f4a2ab1c07e9db90d7ed762abacaff801b220f 100644 (file)
@@ -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