From 9915863650e126442949da6d7b510681418ae0ae Mon Sep 17 00:00:00 2001 From: Laci Dusa Date: Wed, 11 Mar 2026 13:38:21 +0100 Subject: [PATCH] Update .gitlab-ci.yml file --- .gitlab-ci.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e45a1cf..543b4bc 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -33,10 +33,15 @@ lint: - rm -rf /home/gitlab-runner/builds/1fLwHSKm2/0/jaydee/portainer.tmp rules: - if: '$CI_COMMIT_MESSAGE =~ /lint/' + + include: - template: Security/SAST.gitlab-ci.yml - template: Security/Dependency-Scanning.gitlab-ci.yml - template: Security/Secret-Detection.gitlab-ci.yml + - template: Security/IaC-Scanning.gitlab-ci.yml + + build-job: # This job runs in the build stage, which runs first. stage: build image: r.sectorq.eu/jaydee/builder:amd64