From af2c282f8762a04cf81bc7e68da5e46bb8cfd9ac Mon Sep 17 00:00:00 2001 From: beierlm Date: Mon, 19 Apr 2021 15:17:53 -0400 Subject: [PATCH 1/1] 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 --- .gitlab-ci.yml | 6 ++++++ 1 file changed, 6 insertions(+) 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 -- 2.25.1