We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6fe6c24 commit b5ac8bfCopy full SHA for b5ac8bf
1 file changed
.gitlab-ci.yml
@@ -6,6 +6,7 @@ include:
6
- project: 'deepl/ops/ci-cd-infrastructure/gitlab-ci-lib'
7
file:
8
- '/templates/.buildkit.yml'
9
+ - '/templates/.secret-detection.yml'
10
11
# Global --------------------------
12
@@ -107,6 +108,15 @@ license_check_manual:
107
108
rules:
109
- if: $CI_PIPELINE_SOURCE != "schedule"
110
111
+secret_detection:
112
+ extends: .secret-detection
113
+ stage: check
114
+ image: !reference [.secret-detection, image]
115
+ before_script:
116
+ - echo "overriding default before_script..."
117
+ rules:
118
+ - if: $CI_MERGE_REQUEST_ID
119
+
120
# stage: build ----------------------
121
122
package:
0 commit comments