fixup! Web security audit base pipeline

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

View File

@ -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'
}
}