gitlab: testing: temporarily disable secret-detect

Unfortunately secret detection is failing with
   fatal: error in object: unshallow sha1

and blocking merge requests. Unfortuntely all suggested work arounds
from https://gitlab.com/gitlab-org/gitlab/-/issues/351976 failed to
work.

Signed-off-by: John Johansen <john.johansen@canonical.com>
This commit is contained in:
John Johansen 2022-02-17 23:53:16 -08:00
parent 5001431cdf
commit 8b4344c17b

View file

@ -131,7 +131,11 @@ shellcheck:
include:
- template: SAST.gitlab-ci.yml
- template: Secret-Detection.gitlab-ci.yml
# Temporarily disable secret-detection because it is failing with
# fatal: error in object: unshallow sha1
# and none of the suggested work-arounds work
# see https://gitlab.com/gitlab-org/gitlab/-/issues/351976
# - template: Secret-Detection.gitlab-ci.yml
variables:
SAST_EXCLUDED_ANALYZERS: "eslint,flawfinder,semgrep,spotbugs"