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:27:12 +0300
committerWill Chandler <wchandler@gitlab.com>2022-10-10 17:50:47 +0300
commit86f5b8f7d5143523e5a83e454d80991a13aa1d5d (patch)
tree84b45931e4fa35148a6f91a49b072ba4e7ace8d6
parent01bf70ba90df19ee635374063a394d4daccb750d (diff)
ci: Switch to semgrep-based SAST scanning
As of GitLab 15.4 Gosec is not longer a supported scanner for SAST[0]. Switch over the the recommended Semgrep-based job. [0] https://docs.gitlab.com/ee/update/deprecations#sast-analyzer-consolidation-and-cicd-template-changes
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index ed330a20e..f6706890b 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -329,7 +329,7 @@ dbschema:
- _support/praefect-schema.sql
when: on_failure
-gosec-sast:
+semgrep-sast:
needs: []
cache:
- *cache_go_configuration