Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitaly.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWill Chandler <wchandler@gitlab.com>2022-10-06 21:19:01 +0300
committerWill Chandler <wchandler@gitlab.com>2022-10-10 17:50:47 +0300
commit01bf70ba90df19ee635374063a394d4daccb750d (patch)
treed9da52887e0415c312441e306d8067aee477894e
parent625ad956b9d046d984090c7137a535307bf54a87 (diff)
ci: Remove unused sast variables
As of aa31a30ac3b4 (Removes SAST_DEFAULT_ANALYZERS variable, 2021-06-08), GitLab no longer checks the 'SAST_DEFAULT_ANALYZERS' variable. In addition, with 0f577f559cbb (Make SAST_DISABLE_DIND true, 2020-05-14) the `SAST_DISABLE_DIND` now defaults to `true` and no longer needs to be explicitly set. Remove these variables from our .gitlab-ci.yml as they do nothing.
-rw-r--r--.gitlab-ci.yml2
1 files changed, 0 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 30485d951..ed330a20e 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -11,8 +11,6 @@ default:
variables:
FF_USE_FASTZIP: "true"
FF_NETWORK_PER_BUILD: "true"
- SAST_DISABLE_DIND: "true"
- SAST_DEFAULT_ANALYZERS: "gosec"
DEBIAN_VERSION: "bullseye"
UBI_VERSION: "8.6"
# We use Gitaly's Git version by default.