fixup! Web security audit base pipeline
This commit is contained in:
parent
3b8431e501
commit
875a083e23
|
@ -89,7 +89,7 @@ def call() {
|
||||||
w3afImage.inside(dockerArgs) {
|
w3afImage.inside(dockerArgs) {
|
||||||
sh 'mkdir -p reports'
|
sh 'mkdir -p reports'
|
||||||
sh 'rm -f 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'
|
sh './w3af_console -y -n -s audit.w3af'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue