File tree Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Original file line number Diff line number Diff line change
1
+ # You can override the included template(s) by including variable overrides
2
+ # SAST customization: https://docs.gitlab.com/ee/user/application_security/sast/#customizing-the-sast-settings
3
+ # Secret Detection customization: https://docs.gitlab.com/ee/user/application_security/secret_detection/#customizing-settings
4
+ # Dependency Scanning customization: https://docs.gitlab.com/ee/user/application_security/dependency_scanning/#customizing-the-dependency-scanning-settings
5
+ # Container Scanning customization: https://docs.gitlab.com/ee/user/application_security/container_scanning/#customizing-the-container-scanning-settings
6
+ # Note that environment variables can be set in several places
7
+ # See https://docs.gitlab.com/ee/ci/variables/#cicd-variable-precedence
8
+ stages :
9
+ - test
10
+ sast :
11
+ stage : test
12
+ include :
13
+ - template : Jobs/SAST.gitlab-ci.yml
14
+ - template : Jobs/Secret-Detection.gitlab-ci.yml
15
+ - template : Jobs/Dependency-Scanning.gitlab-ci.yml
16
+ - template : Security/SAST.gitlab-ci.yml
17
+ secret_detection :
18
+ before_script :
19
+ - cat .gitlab/gitleaks-custom-rules.toml >> /gitleaks.toml
You can’t perform that action at this time.
0 commit comments