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