From 073cc128ff6c2963eb5e78af1c87f3a3cbb49c26 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philippe=20Lafoucri=C3=A8re?= Date: Thu, 6 Jun 2019 11:43:53 +0000 Subject: [PATCH] Optimize secret detection by reducing the git history depth to the current commit only. --- .gitlab/ci/reports.gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab/ci/reports.gitlab-ci.yml b/.gitlab/ci/reports.gitlab-ci.yml index d0e09dbf2f8910..ba53e8e9e4b6f5 100644 --- a/.gitlab/ci/reports.gitlab-ci.yml +++ b/.gitlab/ci/reports.gitlab-ci.yml @@ -18,6 +18,7 @@ sast: variables: SAST_CONFIDENCE_LEVEL: 2 DOCKER_DRIVER: overlay2 + GIT_DEPTH: "1" allow_failure: true tags: [] before_script: [] -- GitLab