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:
authorKarthik Nayak <knayak@gitlab.com>2022-10-10 17:25:55 +0300
committerKarthik Nayak <knayak@gitlab.com>2022-10-10 17:25:55 +0300
commitddfdfb6d015da3c18c355c0a4e4d1e510327ca8a (patch)
tree60a7e3d5a96fbc44701a2b68830d555d7224a637
parente49ea29543b2d8e71bfe4bdc3b295f785bd24fb1 (diff)
ci: Switch from `gosec-sast` to `semgrep-sast`kn-semgrep-sast
Following the deprecation of the `gosec-sast` (https://gitlab.com/gitlab-org/gitlab/-/issues/352554). Let's move to `semgrep-sast`.
-rw-r--r--.gitlab-ci.yml3
1 files changed, 1 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 30485d951..9a0865ada 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.
@@ -331,7 +330,7 @@ dbschema:
- _support/praefect-schema.sql
when: on_failure
-gosec-sast:
+semgrep-sast:
needs: []
cache:
- *cache_go_configuration