Revert "gitlab: testing: temporarily disable secret-detect"

This reverts commit 8b4344c17b.
This commit is contained in:
John Johansen 2022-02-21 11:31:44 -08:00
parent 8b4344c17b
commit 51615755f8

View file

@ -131,11 +131,7 @@ shellcheck:
include:
- template: SAST.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
- template: Secret-Detection.gitlab-ci.yml
variables:
SAST_EXCLUDED_ANALYZERS: "eslint,flawfinder,semgrep,spotbugs"