From 5918f6086eddca222b197592f985d06eb9e8f139 Mon Sep 17 00:00:00 2001 From: mrichomme Date: Tue, 8 Sep 2020 15:48:21 +0200 Subject: Remove reference to gitlab.com for xtesting infra-tests Now everything is done in ONAP, no ref to gitlab.com needed + fix for certif test call + harmonization https+pip to use git.onap.org (not gerrit.onap.org) Issue-ID: INT-1570 Signed-off-by: mrichomme Change-Id: Idde25ae6e96b60f35a4383ff9dbc494422d8bf4c --- security/docker/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'security/docker/Dockerfile') diff --git a/security/docker/Dockerfile b/security/docker/Dockerfile index 7b76a1b..484e83a 100644 --- a/security/docker/Dockerfile +++ b/security/docker/Dockerfile @@ -62,7 +62,7 @@ RUN set -x && \ chmod +x /check_*.sh && \ pip3 install --upgrade pip && \ pip3 install --no-cache-dir \ - git+https://gerrit.onap.org/r/integration/xtesting@$ONAP_TESTS_TAG#subdirectory=security && \ + git+https://git.onap.org/integration/xtesting.git@$ONAP_TESTS_TAG#subdirectory=security && \ cd /kube-hunter && pip3 install -r /kube-hunter/requirements.txt && \ pip3 install -r /check_versions/requirements.txt && \ apk del .build-deps -- cgit 1.2.3-korg