From 29fd20cd8b6f9db7841a19b8cd85ee62d2aa025e Mon Sep 17 00:00:00 2001 From: fredbcode Date: Mon, 20 Dec 2021 15:09:35 +0100 Subject: [PATCH] Add security sast --- .gitlab-ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f4c367e..02f51b6 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -17,6 +17,10 @@ stages: include: - 'gitlabci/docker-hub.yml' - 'gitlabci/docker-hub-arm.yml' + +sast: + stage: quality +include: - template: Security/SAST.gitlab-ci.yml hadolint: