From a0bf2baa1a5e35cd043c005afef1ca8f6bc11986 Mon Sep 17 00:00:00 2001 From: jung-geun Date: Thu, 19 Sep 2024 10:29:00 +0000 Subject: [PATCH] Refactor .gitlab-ci.yml to comment out unused job templates --- .gitlab-ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e65570d..869d374 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -3,6 +3,6 @@ stages: - sonarqube-vulnerability-report include: - local: .gitlab/ci/*.gitlab-ci.yml - - template: Jobs/Dependency-Scanning.latest.gitlab-ci.yml - - template: Jobs/SAST.latest.gitlab-ci.yml - - template: Jobs/Secret-Detection.gitlab-ci.yml \ No newline at end of file + # - template: Jobs/Dependency-Scanning.latest.gitlab-ci.yml + # - template: Jobs/SAST.latest.gitlab-ci.yml + # - template: Jobs/Secret-Detection.gitlab-ci.yml \ No newline at end of file