From d9df5c43d5ff74f934e2a117757b268256e7b813 Mon Sep 17 00:00:00 2001 From: mrichomme Date: Thu, 3 Sep 2020 11:00:19 +0200 Subject: Remove gitlab.com ref in xtesting security dockerfile As the migration is now completed, no reference to gitlab.com shall be kept Issue-ID: INT-1571 Signed-off-by: mrichomme Change-Id: Id4e522fe9cd8ad2a763677fa53d363cf0a2603f1 --- security/docker/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/security/docker/Dockerfile b/security/docker/Dockerfile index 9c9c23b..7b76a1b 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://gitlab.com/Orange-OpenSource/lfn/onap/integration/xtesting.git@$ONAP_TESTS_TAG#subdirectory=security && \ + git+https://gerrit.onap.org/r/integration/xtesting@$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