fixup! Web security audit base pipeline
This commit is contained in:
parent
a58c546d38
commit
a61c9485c3
|
@ -74,7 +74,7 @@ def call() {
|
|||
script {
|
||||
def w3afImage = buildDockerImage()
|
||||
def dockerArgs = """
|
||||
-e W3AF_TARGET='${params.targetUrl}'
|
||||
-e W3AF_TARGET_URL='${params.targetUrl}'
|
||||
-e W3AF_BASIC_AUTH_USERNAME='${params.basicAuthUsername}'
|
||||
-e W3AF_BASIC_AUTH_PASSWORD='${params.basicAuthPassword}'
|
||||
-e W3AF_BASIC_AUTH_DOMAIN='${params.basicAuthDomain}'
|
||||
|
|
Loading…
Reference in New Issue