From 28a48842c04230f43a6224a2d926eb8eed1ab4cb Mon Sep 17 00:00:00 2001 From: Andreas Romeyke <andreas.romeyke@slub-dresden.de> Date: Tue, 13 Dec 2022 15:11:44 +0100 Subject: [PATCH] - removed deprecated --- .gitlab-ci.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 87f7e47..990b0a4 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -13,10 +13,6 @@ variables: CACHE_COMPRESSION_LEVEL: "fast" # CI_DEBUG_TRACE: "true" -include: - - template: Security/SAST.gitlab-ci.yml - - template: Security/Secret-Detection.gitlab-ci.yml - default: image: # use this image for all later stages that happen after the build stage -- GitLab