We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d97c86 commit 53f25e4Copy full SHA for 53f25e4
1 file changed
.gitlab-ci.yml
@@ -3,6 +3,9 @@ include:
3
- project: '${CI_PROJECT_NAMESPACE}/ci-libs-for-client-libraries'
4
file:
5
- '/${CI_PROJECT_NAME}/.gitlab-ci.yml'
6
+ - project: 'deepl/ops/ci-cd-infrastructure/gitlab-ci-lib'
7
+ file:
8
+ - '/templates/.secret-detection.yml'
9
10
# Global --------------------------
11
@@ -63,6 +66,16 @@ license_check_manual:
63
66
rules:
64
67
- if: $CI_PIPELINE_SOURCE != "schedule"
65
68
69
+secret_detection:
70
+ extends: .secret-detection
71
+ stage: check
72
+ image: !reference [.secret-detection, image]
73
+ variables:
74
+ SECRET_DETECTION_HISTORIC_SCAN: "true"
75
+ before_script:
76
+ - echo "overriding default before_script..."
77
+ rules:
78
+ - if: $CI_MERGE_REQUEST_ID
79
80
# stage: build ----------------------
81
0 commit comments