From 3caa379e03ccb1890190aa688dad75ddef33ddad Mon Sep 17 00:00:00 2001
From: Luke Hinds <lukehinds@gmail.com>
Date: Tue, 16 Aug 2016 10:46:41 +0100
Subject: Repoint security_scanning to its own repository

JIRA: FUNCTEST-415

Change-Id: I5ac2bd9b417ae045f4a1c0fa3f4fd2e7c545dbf3
Signed-off-by: Luke Hinds <lukehinds@gmail.com>
---
 docker/Dockerfile | 1 +
 1 file changed, 1 insertion(+)

(limited to 'docker')

diff --git a/docker/Dockerfile b/docker/Dockerfile
index 04ebf2c6d..23221f23e 100644
--- a/docker/Dockerfile
+++ b/docker/Dockerfile
@@ -86,6 +86,7 @@ RUN git clone https://gerrit.opnfv.org/gerrit/sdnvpn ${repos_dir}/sdnvpn
 RUN git clone https://github.com/openstack/kingbird.git ${repos_dir}/kingbird
 RUN git clone https://gerrit.opnfv.org/gerrit/domino ${repos_dir}/domino
 RUN git clone https://gerrit.opnfv.org/gerrit/parser ${repos_dir}/parser
+RUN git clone https://gerrit.opnfv.org/gerrit/securityscanning ${repos_dir}/securityscanning
 
 RUN pip install -r ${repos_dir}/functest/docker/requirements.pip
 RUN pip install -r ${repos_dir}/rally/requirements.txt
-- 
cgit