diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index eb2ce7f..8ecf2c5 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -9,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