From 255966ed3bc8da56fdb69cfd2037780a4c8fb862 Mon Sep 17 00:00:00 2001 From: Ariel Rin Date: Wed, 29 Dec 2021 16:32:42 +1000 Subject: [PATCH] Secret Detection was split from SAST --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 08a8d32c..090ce093 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -14,6 +14,7 @@ stages: include: - template: Dependency-Scanning.gitlab-ci.yml - template: Security/SAST.gitlab-ci.yml +- template: Security/Secret-Detection.gitlab-ci.yml before_script: - apt-get update && apt-get install redis-server -y