pa11y: ajout variable PA11Y_IGNORE

This commit is contained in:
wpetit 2022-11-21 16:45:38 -06:00
parent 2c514cf61b
commit c5fb279a11
1 changed files with 1 additions and 0 deletions

View File

@ -81,6 +81,7 @@ pa11y:
-e PA11Y_PASSWORD='$(PA11Y_PASSWORD)' \
-e PA11Y_STANDARD='$(PA11Y_STANDARD)' \
-e PA11Y_COOKIE='$(PA11Y_COOKIE)' \
-e PA11Y_IGNORE='$(PA11Y_IGNORE)' \
-u $(shell id -u $(USER)):$(shell id -g $(USER)) \
-v "$(PWD)/data/pa11y/reports:/home/pa11y/reports" \
$(DOCKER_ARGS) \