fixup! Web security audit base pipeline
This commit is contained in:
parent
875a083e23
commit
a58c546d38
|
@ -90,7 +90,7 @@ def call() {
|
||||||
sh 'mkdir -p reports'
|
sh 'mkdir -p reports'
|
||||||
sh 'rm -f reports/*'
|
sh 'rm -f reports/*'
|
||||||
sh 'envtpl -o audit.w3af /home/w3af/w3af/audit.w3af.tmpl'
|
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'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue