diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c413bcf..302e177 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -4,6 +4,10 @@ stages: - test - build +include: + - template: Security/SAST.gitlab-ci.yml + - template: Security/Secret-Detection.gitlab-ci.yml + ############## # TEST STAGE # ##############