From 8a94cb3618d3d7a7229e639b47a6949d292986b8 Mon Sep 17 00:00:00 2001 From: Andreas Romeyke <andreas.romeyke@slub-dresden.de> Date: Tue, 13 Dec 2022 15:14:44 +0100 Subject: [PATCH] Update .gitlab-ci.yml file --- .gitlab-ci.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 26ff51d..29d9c03 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