From 08bd39a6c5cd244f8f1fb2c003914dab5bd616e8 Mon Sep 17 00:00:00 2001 From: maze Date: Fri, 5 Sep 2025 11:29:47 +0200 Subject: [PATCH] Switch to internal CI component --- .gitlab-ci.yml | 29 +++-------------------------- 1 file changed, 3 insertions(+), 26 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7c1e66d..c92c175 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,27 +1,4 @@ -stages: -- build -- test -- deploy -- review -- dast -- staging -- canary -- production -- incremental rollout 10% -- incremental rollout 25% -- incremental rollout 50% -- incremental rollout 100% -- performance -- cleanup -- secret-detection -sast: - stage: test 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 + - component: $CI_SERVER_FQDN/go/components/golang@master + inputs: + build-mode: module