From a62823dfa42cfa9549df2bc66c890001196797f1 Mon Sep 17 00:00:00 2001 From: Steven Foerster Date: Wed, 18 Aug 2021 11:57:44 -0400 Subject: [PATCH] SAST gitlab-ci --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 00fe442..dea2293 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -13,6 +13,7 @@ stages: include: - template: Code-Quality.gitlab-ci.yml + - template: Security/SAST.gitlab-ci.yml docker_build: stage: test