diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 7e45650dcbfd276146e7df69c11df531260349b1..d012e543d6bf17e3ba6e537f39754deac219a11c 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -6,6 +6,10 @@ include:
     file: templates/python.yml
   - project: shore/ci-templates
     file: templates/gitlab-release.yml
+  - template: Security/SAST.gitlab-ci.yml
+
+variables:
+  SAST_EXPERIMENTAL_FEATURES: "true"
 
 install-wheel:
   extends: .install-wheel