maj pa11y: ajout de cookie poour choix de langue
This commit is contained in:
8
Makefile
8
Makefile
@ -4,6 +4,10 @@ LIGHTHOUSE_COMMAND ?=
|
||||
LIGHTHOUSE_URL ?=
|
||||
PA11Y_URL ?=
|
||||
PA11Y_REPORTER ?=
|
||||
PA11Y_USERNAME ?=
|
||||
PA11Y_PASSWORD ?=
|
||||
PA11Y_STANDARD ?=
|
||||
PA11Y_COOKIE ?=
|
||||
|
||||
image-w3af:
|
||||
docker build \
|
||||
@ -73,6 +77,10 @@ pa11y:
|
||||
-e https_proxy=$(https_proxy) \
|
||||
-e PA11Y_URL='$(PA11Y_URL)' \
|
||||
-e PA11Y_REPORTER='$(PA11Y_REPORTER)' \
|
||||
-e PA11Y_USERNAME='$(PA11Y_USERNAME)' \
|
||||
-e PA11Y_PASSWORD='$(PA11Y_PASSWORD)' \
|
||||
-e PA11Y_STANDARD='$(PA11Y_STANDARD)' \
|
||||
-e PA11Y_COOKIE='$(PA11Y_COOKIE)' \
|
||||
-u $(shell id -u $(USER)):$(shell id -g $(USER)) \
|
||||
-v "$(PWD)/data/pa11y/reports:/home/pa11y/reports" \
|
||||
$(DOCKER_ARGS) \
|
||||
|
Reference in New Issue
Block a user