From 49e4c71aec2ccf7fcf207fcc551b72f856c40d3a Mon Sep 17 00:00:00 2001 From: Trevor Bramwell Date: Tue, 11 Jul 2017 13:46:37 -0700 Subject: Update Path to Anteater for Weekly Security Scan 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 --- jjb/ci_gate_security/anteater-security-audit-weekly.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jjb/ci_gate_security/anteater-security-audit-weekly.sh b/jjb/ci_gate_security/anteater-security-audit-weekly.sh index 436a173bc..11909636a 100644 --- a/jjb/ci_gate_security/anteater-security-audit-weekly.sh +++ b/jjb/ci_gate_security/anteater-security-audit-weekly.sh @@ -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 "--------------------------------------------------------" -- cgit