From 2a7bd3aa9e05295b648fa6e719efe6fa8f8435ce Mon Sep 17 00:00:00 2001 From: Eric Rosenberg Date: Tue, 21 Jul 2020 16:39:53 +0000 Subject: [PATCH] CI: enable SAST, Secret-Detection, and Dependency Scanning --- .gitlab-ci.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 49af38dd2..c45466397 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -110,3 +110,8 @@ shellcheck: # - stage: test # - script: # - cd changehat/pam_apparmor && make check + +include: + - template: SAST.gitlab-ci.yml + - template: Secret-Detection.gitlab-ci.yml + - template: Dependency-Scanning.gitlab-ci.yml