fixup! Web security audit base pipeline

This commit is contained in:
wpetit 2019-04-15 21:33:26 +02:00
parent a58c546d38
commit a61c9485c3
1 changed files with 1 additions and 1 deletions

View File

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