diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index dba6ae1..54a3f39 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,3 +1,4 @@ +--- variables: DOCKERHUB_REPO_NAME: grafana-email ENABLE_ARM64: 'true' @@ -8,3 +9,8 @@ variables: include: - project: 'ix.ai/ci-templates' file: '/python-project.yml' + - template: Security/SAST.gitlab-ci.yml + - template: Dependency-Scanning.gitlab-ci.yml + +sast: + stage: test