From 372fe9032acb4dd9125d1f98b7b01f8c411f7879 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?J=C3=B6rg=20Sachse?= <joerg.sachse@slub-dresden.de>
Date: Fri, 11 Apr 2025 15:59:08 +0200
Subject: [PATCH] test: scan for secret leaking

---
 .gitlab-ci.yml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index acee39a..a0c9c10 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -56,3 +56,6 @@ test-job-ubuntu2204:
   variables:
     SCENARIO: "virtualbox_ubuntu2204"
   <<: *job_configuration           # Add the contents of the 'job_configuration' alias
+
+include:
+  - template: Security/Secret-Detection.gitlab-ci.yml
-- 
GitLab