Update Path to Anteater for Weekly Security Scan 13/37213/1
authorTrevor Bramwell <tbramwell@linuxfoundation.org>
Tue, 11 Jul 2017 20:46:37 +0000 (13:46 -0700)
committerTrevor Bramwell <tbramwell@linuxfoundation.org>
Tue, 11 Jul 2017 20:46:37 +0000 (13:46 -0700)
This is a port from the patchset verify job and is needed due to changes
in the docker container.

Change-Id: I54626e4681ab25f6d947aaa2dcf969e5b2e0bab9
Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
jjb/ci_gate_security/anteater-security-audit-weekly.sh

index 436a173..1190963 100644 (file)
@@ -15,7 +15,7 @@ source $WORKSPACE/opnfv-projects.sh
 for project in "${PROJECT_LIST[@]}"
 
 do
-  cmd="anteater --project testproj --path /home/opnfv/anteater/allrepos/$project"
+  cmd="/home/opnfv/venv/bin/anteater --project testproj --path /home/opnfv/anteater/allrepos/$project"
   echo "Executing command inside container"
   echo "$cmd"
   echo "--------------------------------------------------------"