From a3ff0b5bbf82795f146f8c09e5a3cea25912994a Mon Sep 17 00:00:00 2001 From: Phil Date: Fri, 7 Jan 2022 20:33:16 +0100 Subject: [PATCH] Configure SAST IaC in `.gitlab-ci.yml`, creating this file if it does not already exist --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index dd29c72..c8479fb 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -69,3 +69,4 @@ sast: stage: test include: - template: Security/SAST.gitlab-ci.yml +- template: Security/SAST-IaC.latest.gitlab-ci.yml