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-06 21:19:01 +0300
commit70ab265649e54abfa11bf9a12bff181cba742879 (patch)
treee03ebe06d14500926752b89dbc77c3d44e1d55fd
parent99b5528b66b23c1a8399027ecdef306267e668ae (diff)
ci: Remove unused SAST_DEFAULT_ANALYZERS variable
As of aa31a30ac3b4 (Removes SAST_DEFAULT_ANALYZERS variable, 2021-06-08), GitLab no longer checks the 'SAST_DEFAULT_ANALYZERS' variable. Remove this from our .gitlab-ci.yml as it does nothing.
-rw-r--r--.gitlab-ci.yml1
1 files changed, 0 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 30485d951..10fa0f69e 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -12,7 +12,6 @@ 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.