diff --git a/vars/audit.groovy b/vars/audit.groovy index 1fd8b5f..114e61c 100644 --- a/vars/audit.groovy +++ b/vars/audit.groovy @@ -89,7 +89,7 @@ def call() { w3afImage.inside(dockerArgs) { sh 'mkdir -p reports' sh 'rm -f reports/*' - sh 'envtpl -o audit.w3af audit.w3af.tmpl' + sh 'envtpl -o audit.w3af /home/w3af/w3af/audit.w3af.tmpl' sh './w3af_console -y -n -s audit.w3af' } }