mirror of
https://gitlab.com/apparmor/apparmor.git
synced 2025-03-04 08:24:42 +01:00
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:
parent
5001431cdf
commit
8b4344c17b
1 changed files with 5 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue