diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 32df94e333561c08acaa37a6da1f386c8154b978..591e188e632f88f5278b7be64dbcb56f266872ad 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -7,3 +7,8 @@ # See https://docs.gitlab.com/ee/ci/variables/#cicd-variable-precedence include: - template: Security/Secret-Detection.gitlab-ci.yml +- template: Security/SAST.gitlab-ci.yml +stages: +- test +sast: + stage: test