diff options
Diffstat (limited to '.gitlab-ci.yml')
| -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 |
