Librairie d'audit d'accessibilité
This commit is contained in:
2
Makefile
2
Makefile
@ -3,6 +3,7 @@ W3AF_COMMAND ?=
|
||||
LIGHTHOUSE_COMMAND ?=
|
||||
LIGHTHOUSE_URL ?=
|
||||
PA11Y_URL ?=
|
||||
PA11Y_REPORTER ?=
|
||||
|
||||
image-w3af:
|
||||
docker build \
|
||||
@ -71,6 +72,7 @@ pa11y:
|
||||
-e http_proxy=$(http_proxy) \
|
||||
-e https_proxy=$(https_proxy) \
|
||||
-e PA11Y_URL='$(PA11Y_URL)' \
|
||||
-e PA11Y_REPORTER='$(PA11Y_REPORTER)' \
|
||||
-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