Remove gitlab.com ref in xtesting security dockerfile 87/112087/1
authormrichomme <morgan.richomme@orange.com>
Thu, 3 Sep 2020 09:00:19 +0000 (11:00 +0200)
committermrichomme <morgan.richomme@orange.com>
Thu, 3 Sep 2020 09:00:19 +0000 (11:00 +0200)
As the migration is now completed, no reference to gitlab.com shall be kept

Issue-ID: INT-1571

Signed-off-by: mrichomme <morgan.richomme@orange.com>
Change-Id: Id4e522fe9cd8ad2a763677fa53d363cf0a2603f1

security/docker/Dockerfile

index 9c9c23b..7b76a1b 100644 (file)
@@ -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