Merge "Update Path to Anteater for Weekly Security Scan"
authorTrevor Bramwell <tbramwell@linuxfoundation.org>
Thu, 13 Jul 2017 21:45:41 +0000 (21:45 +0000)
committerGerrit Code Review <gerrit@opnfv.org>
Thu, 13 Jul 2017 21:45:41 +0000 (21:45 +0000)
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 "--------------------------------------------------------"