From e911eee76ba8939df1539cfc073b7b9f9e798dbb Mon Sep 17 00:00:00 2001 From: Laci Dusa Date: Wed, 11 Mar 2026 13:45:50 +0100 Subject: [PATCH] Update .gitlab-ci.yml file --- .gitlab-ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 03875bd..076a22f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -10,6 +10,8 @@ stages: # List of stages for jobs, and their order of execution - notify variables: GIT_SSH_COMMAND: "ssh -i /home/gitlab-runner/.ssh/id_rsa -o IdentitiesOnly=yes" + CS_IMAGE: r.sectorq.eu/jaydee/builder:amd64 + notify1: stage: notify1 # Should be in a later stage than the job that might fail when: on_success # <-- This is the key keyword @@ -41,6 +43,7 @@ include: - template: Security/Dependency-Scanning.gitlab-ci.yml - template: Security/Secret-Detection.gitlab-ci.yml - template: Security/DAST.gitlab-ci.yml + - template: Security/Container-Scanning.gitlab-ci.yml build-job: # This job runs in the build stage, which runs first. stage: build