Ajout d'un pipeline Lighthouse

+ améliorations/corrections sur le pipeline d'audit W3AF
This commit is contained in:
2019-12-24 12:54:32 +01:00
parent 5b1abee466
commit 4fe6feb1a1
10 changed files with 265 additions and 10 deletions

View File

@ -8,7 +8,7 @@ def call() {
parameters {
string(
name: 'targetUrl',
name: 'url',
description: 'URL cible pour l\'audit'
)
string(
@ -97,6 +97,7 @@ def call() {
-e W3AF_AUTH_FORM_URL='${params.authFormUrl}'
-e W3AF_AUTH_FORM_USERNAME='${params.authFormUsername}'
-e W3AF_AUTH_FORM_PASSWORD='${params.authFormPassword}'
-e W3AF_AUTH_FORM_DATA_FORMAT='${params.authFormDataFormat}'
-e W3AF_AUTH_FORM_CHECK_URL='${params.authFormCheckUrl}'
-e W3AF_AUTH_FORM_CHECK_STRING='${params.authFormCheckString}'
-e W3AF_AUTH_FORM_USERNAME_FIELD='${params.authFormUsernameField}'