Secret Detection was split from SAST

This commit is contained in:
Ariel Rin 2021-12-29 16:32:42 +10:00
parent 8d6ebf4770
commit 255966ed3b

View File

@ -14,6 +14,7 @@ stages:
include: include:
- template: Dependency-Scanning.gitlab-ci.yml - template: Dependency-Scanning.gitlab-ci.yml
- template: Security/SAST.gitlab-ci.yml - template: Security/SAST.gitlab-ci.yml
- template: Security/Secret-Detection.gitlab-ci.yml
before_script: before_script:
- apt-get update && apt-get install redis-server -y - apt-get update && apt-get install redis-server -y