From d6881fbb30f5360154eebf65566d7d988cd9d230 Mon Sep 17 00:00:00 2001 From: shockrah Date: Sat, 4 May 2024 19:07:39 -0700 Subject: [PATCH] Adjusting sast --- infra/.gitlab-ci.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/infra/.gitlab-ci.yml b/infra/.gitlab-ci.yml index 9dc9e01..6108ea0 100644 --- a/infra/.gitlab-ci.yml +++ b/infra/.gitlab-ci.yml @@ -1,9 +1,8 @@ stages: - test -include: - - template: Jobs/SAST-IaC.gitlab-ci.yml - sast: sast: test +include: + - template: Security/SAST.gitlab-ci.yml