From c5c028974c6562c32ebcf98c3e5c99d81cb9037e Mon Sep 17 00:00:00 2001
From: Andreas Romeyke <andreas.romeyke@slub-dresden.de>
Date: Thu, 10 Apr 2025 10:13:11 +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 bd55110..64107fd 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -72,3 +72,7 @@ packaging-job:
   artifacts:
     paths:
       - ./*.jar
+
+include:
+  - template: Security/Secret-Detection.gitlab-ci.yml
+  - template: Security/SAST.gitlab-ci.yml
-- 
GitLab