diff options
| author | mo khan <mo.khan@gmail.com> | 2020-10-02 19:16:24 +0000 |
|---|---|---|
| committer | mo khan <mo.khan@gmail.com> | 2020-10-02 19:16:24 +0000 |
| commit | 72ff7e5d48614ab69baa1e2a3245cd7cc50d90fc (patch) | |
| tree | bd8349810bfea7df68894e1bf6dafaa485883123 | |
| parent | 9d4cdb17551ef533495462c109b5974d78dee42c (diff) | |
| parent | df6b8ca431677a8a9c6af83521e562d3938a64c2 (diff) | |
Merge branch 'add-secret-detection' into 'master'v3.25.8
Configure Secret Detection
See merge request gitlab-org/security-products/license-management!225
| -rw-r--r-- | .gitlab-ci.yml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 88849c1..55cf930 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -2,16 +2,17 @@ # improved performance. variables: DOCKER_DRIVER: overlay2 - GIT_DEPTH: "1" + GIT_DEPTH: "2" GIT_STRATEGY: fetch MAJOR: 3 TMP_IMAGE: $CI_REGISTRY_IMAGE/license-finder:$CI_COMMIT_SHA - + include: - template: Container-Scanning.gitlab-ci.yml - template: Dependency-Scanning.gitlab-ci.yml - template: Jobs/Code-Quality.gitlab-ci.yml - template: License-Scanning.gitlab-ci.yml + - template: Secret-Detection.gitlab-ci.yml - local: .gitlab/deb.yml - local: .gitlab/build.yml - local: .gitlab/test.yml |
