Commit fded1ae5 authored by nimrod's avatar nimrod
Browse files

Emable GitLab security analyzer.

parent c7ef29f2
Loading
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -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