From fded1ae553fcf853103acc119bd41d1ce5e9449c Mon Sep 17 00:00:00 2001 From: Adar Nimrod <nimrod@shore.co.il> Date: Fri, 23 Apr 2021 01:21:00 +0300 Subject: [PATCH] Emable GitLab security analyzer. --- .gitlab-ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7e45650..d012e54 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 -- GitLab