From 94d591205be9f0fd1dd7d99078dcce50390363e3 Mon Sep 17 00:00:00 2001 From: Andreas Romeyke <andreas.romeyke@slub-dresden.de> Date: Thu, 10 Apr 2025 10:11:40 +0200 Subject: [PATCH] - enable SAST and secret detection --- .gitlab-ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3e36304..871f5e7 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -71,3 +71,7 @@ packaging-job: artifacts: paths: - ./*.jar + +include: + - template: Security/Secret-Detection.gitlab-ci.yml + - template: Security/SAST.gitlab-ci.yml -- GitLab