aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormrichomme <morgan.richomme@orange.com>2020-09-03 11:00:19 +0200
committermrichomme <morgan.richomme@orange.com>2020-09-03 11:00:19 +0200
commitd9df5c43d5ff74f934e2a117757b268256e7b813 (patch)
tree506c1de72a6cadab38fa14abfc867fd5927eb892
parentfa38efe86aa25012afe3fb77b9f1f2698032ab95 (diff)
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 <morgan.richomme@orange.com> Change-Id: Id4e522fe9cd8ad2a763677fa53d363cf0a2603f1
-rw-r--r--security/docker/Dockerfile2
1 files changed, 1 insertions, 1 deletions
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