diff options
author | 2017-07-13 21:45:41 +0000 | |
---|---|---|
committer | 2017-07-13 21:45:41 +0000 | |
commit | cedeabdbbb405627ce536ae63ea474467b3ba223 (patch) | |
tree | 5dfc52ea03a0e39156190126f7c312ef6ce398d3 | |
parent | 724d9703b9ac9c200439eaa004b42da9daf6bd87 (diff) | |
parent | 49e4c71aec2ccf7fcf207fcc551b72f856c40d3a (diff) |
Merge "Update Path to Anteater for Weekly Security Scan"
-rw-r--r-- | jjb/ci_gate_security/anteater-security-audit-weekly.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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 "--------------------------------------------------------" |