From 20c7be6ff40117a269c7987f3ff4cd0fdb2768f1 Mon Sep 17 00:00:00 2001 From: shockrah Date: Sat, 4 May 2024 19:04:51 -0700 Subject: [PATCH] Enabling sast --- infra/.gitlab-ci.yml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 infra/.gitlab-ci.yml diff --git a/infra/.gitlab-ci.yml b/infra/.gitlab-ci.yml new file mode 100644 index 0000000..9dc9e01 --- /dev/null +++ b/infra/.gitlab-ci.yml @@ -0,0 +1,9 @@ +stages: + - test + +include: + - template: Jobs/SAST-IaC.gitlab-ci.yml + +sast: + sast: test +