From ba5876055c3463e81c590a87aa77f583c799b886 Mon Sep 17 00:00:00 2001 From: Wijnand Modderman-Lenstra Date: Thu, 4 Sep 2025 15:13:13 +0000 Subject: [PATCH] Update .gitlab-ci.yml file to disable container scanning, as we don't have any, and to disable code intelligence, as it's using obsolete `lsip-go`. --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 48aa427..7c1e66d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -20,6 +20,8 @@ include: - template: Auto-DevOps.gitlab-ci.yml variables: BUILD_DISABLED: 'true' + CODE_INTELLIGENCE_DISABLED: 'true' + CONTAINER_SCANNING_DISABLED: 'true' SECRET_DETECTION_ENABLED: 'true' secret_detection: stage: secret-detection \ No newline at end of file