Skip to content

Commit 30f1c24

Browse files
authored
Update .gitlab-ci.yml
1 parent 181b82a commit 30f1c24

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

.gitlab-ci.yml

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
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
18
stages:
29
- test
310
sast:
@@ -6,7 +13,7 @@ include:
613
- template: Jobs/SAST.gitlab-ci.yml
714
- template: Jobs/Secret-Detection.gitlab-ci.yml
815
- template: Jobs/Dependency-Scanning.gitlab-ci.yml
9-
16+
- template: Security/SAST.gitlab-ci.yml
1017
secret_detection:
1118
before_script:
12-
- cat .gitlab/gitleaks-custom-rules.toml >> /gitleaks.toml
19+
- cat .gitlab/gitleaks-custom-rules.toml >> /gitleaks.toml

0 commit comments

Comments
 (0)