fixup! Web security audit base pipeline

This commit is contained in:
wpetit 2019-04-15 21:32:30 +02:00
parent 875a083e23
commit a58c546d38
1 changed files with 1 additions and 1 deletions

View File

@ -90,7 +90,7 @@ def call() {
sh 'mkdir -p reports'
sh 'rm -f reports/*'
sh 'envtpl -o audit.w3af /home/w3af/w3af/audit.w3af.tmpl'
sh './w3af_console -y -n -s audit.w3af'
sh '/home/w3af/w3af/w3af_console -y -n -s audit.w3af'
}
}
}