From: beierlm Date: Mon, 19 Apr 2021 19:17:53 +0000 (-0400) Subject: Update GitLab Scanner X-Git-Tag: branch-ng-ro-refactor-start X-Git-Url: https://osm.etsi.org/gitweb/?a=commitdiff_plain;h=refs%2Ftags%2Fbranch-ng-ro-refactor-start;hp=905afee5f5b51abc5ee7317361dc0b44c3f80ac4;p=osm%2Fosmclient.git Update GitLab Scanner Adds libcurl4-openssl-dev to the scanner dependencies so we can properly analyse all upstream dependencies of osmclient Change-Id: I05318f8a87d1f9aeb151a7a15e7a2a44602292b4 Signed-off-by: beierlm --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index faec2f5..1dcb1d5 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -16,3 +16,9 @@ include: - project: 'devops/cicd' file: '/templates/osm-base.yml' +# Due to requirements.txt having pycurl, we need to have libcurl present +# in the scanning container so it can properly analyse it. +gemnasium-python-dependency_scanning: + before_script: + - apt-get update -y + - DEBIAN_FRONTEND=noninteractive apt-get -y install libcurl4-openssl-dev