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:
authorSami Hiltunen <shiltunen@gitlab.com>2022-05-20 15:57:49 +0300
committerSami Hiltunen <shiltunen@gitlab.com>2022-05-25 10:30:05 +0300
commit69196e417e84758d460b41561e21f71cbc72b4f1 (patch)
tree1425a6cebfd60908778c8e16799b933853e60060
parent670ca2c5d9cc33266cab9a80ac83d7b983d0a6be (diff)
Remove unnecessary package installations from gosec-sast
gosec-sast is adding some packages that don't seem necessary. This commit removes them.
-rw-r--r--.gitlab-ci.yml1
1 files changed, 0 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 1bd841592..2578ad415 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -295,7 +295,6 @@ gosec-sast:
variables:
GOPATH: "/go"
before_script:
- - apk add pkgconfig libgit2-dev gcc libc-dev
# Our pipeline places GOPATH to $CI_PROJECT_DIR/.go so it can be cached.
# This causes gosec-sast to find the module cache and scan all the sources of
# the dependencies as well. This makes the scan time grow massively. This is