From 8c911c27a99f03e19563ab3724dbc62fdeae9485 Mon Sep 17 00:00:00 2001 From: Laci Dusa Date: Wed, 11 Mar 2026 13:21:58 +0100 Subject: [PATCH] Update .gitlab-ci.yml file --- .gitlab-ci.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 490b8cf..6a44c2b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -2,6 +2,7 @@ stages: # List of stages for jobs, and their order of execution - notify1 - lint + - security - build - clean - notify @@ -99,4 +100,7 @@ notify2: - curl -XPOST http://192.168.77.101:8123/api/webhook/voice-notifications-tC_8YKxMJIAaQRV5riKuC7Zl --data-raw 'message=portainer build job failed' - rm -rf /home/gitlab-runner/builds/1fLwHSKm2/0/jaydee/portainer.tmp rules: - - if: '$CI_COMMIT_MESSAGE =~ /build/' \ No newline at end of file + - if: '$CI_COMMIT_MESSAGE =~ /build/' +include: + - template: Security/SAST.gitlab-ci.yml + - template: Security/Dependency-Scanning.gitlab-ci.yml \ No newline at end of file