From 25f187839ab655e5ee99e9b1ab31c63e5970240b 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 | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index acee39a..d8f5f01 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -56,3 +56,7 @@ 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