aboutsummaryrefslogtreecommitdiffstats
path: root/security
diff options
context:
space:
mode:
authormrichomme <morgan.richomme@orange.com>2020-09-08 15:48:21 +0200
committermrichomme <morgan.richomme@orange.com>2020-09-08 15:48:21 +0200
commit5918f6086eddca222b197592f985d06eb9e8f139 (patch)
tree671e4382b93c6efa426c3273ee5ba84648f47b65 /security
parentf33fc6a7dd0a56f24be2ddc61eefc9f74f2c2814 (diff)
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 <morgan.richomme@orange.com> Change-Id: Idde25ae6e96b60f35a4383ff9dbc494422d8bf4c
Diffstat (limited to 'security')
-rw-r--r--security/docker/Dockerfile2
1 files changed, 1 insertions, 1 deletions
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