Librairie d'audit d'accessibilité

This commit is contained in:
2020-08-10 15:15:32 +02:00
parent 7f2ef25102
commit f3e5f7b9ef
4 changed files with 24 additions and 6 deletions

View File

@ -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) \