verify.sh (traefik-v2.3.2.src) | : | verify.sh (traefik-v2.3.3.src) | ||
---|---|---|---|---|
skipping to change at line 25 | skipping to change at line 25 | |||
# (one htmlproofer per vCPU) | # (one htmlproofer per vCPU) | |||
find "${PATH_TO_SITE}" -type f -not -path "/app/site/theme/*" \ | find "${PATH_TO_SITE}" -type f -not -path "/app/site/theme/*" \ | |||
-name "*.html" -print0 \ | -name "*.html" -print0 \ | |||
| xargs -0 -r -P "${NUMBER_OF_CPUS}" -I '{}' \ | | xargs -0 -r -P "${NUMBER_OF_CPUS}" -I '{}' \ | |||
htmlproofer \ | htmlproofer \ | |||
--check-html \ | --check-html \ | |||
--check_external_hash \ | --check_external_hash \ | |||
--alt_ignore="/traefikproxy-vertical-logo-color.svg/" \ | --alt_ignore="/traefikproxy-vertical-logo-color.svg/" \ | |||
--http_status_ignore="0,500,501,503" \ | --http_status_ignore="0,500,501,503" \ | |||
--file_ignore="/404.html/" \ | --file_ignore="/404.html/" \ | |||
--url_ignore="/https://groups.google.com/a/traefik.io/forum/#!forum/security/, /localhost:/,/127.0.0.1:/,/fonts.gstatic.com/,/.minikube/,/github.com\/traefik\/ traefik\/*edit*/,/github.com\/traefik\/traefik/,/doc.traefik.io/,/github\.com\/g olang\/oauth2\/blob\/36a7019397c4c86cf59eeab3bc0d188bac444277\/.+/,/www.akamai.c om/,/pilot.traefik.io\/profile/,/traefik.io/,/doc.traefik.io\/traefik-mesh/,/www .mkdocs.org/,/squidfunk.github.io/,/ietf.org/" \ | --url_ignore="/https://groups.google.com/a/traefik.io/forum/#!forum/security/, /localhost:/,/127.0.0.1:/,/fonts.gstatic.com/,/.minikube/,/github.com\/traefik\/ traefik\/*edit*/,/github.com\/traefik\/traefik/,/doc.traefik.io/,/github\.com\/g olang\/oauth2\/blob\/36a7019397c4c86cf59eeab3bc0d188bac444277\/.+/,/www.akamai.c om/,/pilot.traefik.io\/profile/,/traefik.io/,/doc.traefik.io\/traefik-mesh/,/www .mkdocs.org/,/squidfunk.github.io/,/ietf.org/,/www.namesilo.com/,/www.youtube.co m/" \ | |||
'{}' 1>/dev/null | '{}' 1>/dev/null | |||
## HTML-proofer options at https://github.com/gjtorikian/html-proofer#configurat ion | ## HTML-proofer options at https://github.com/gjtorikian/html-proofer#configurat ion | |||
echo "= Documentation checked successfully." | echo "= Documentation checked successfully." | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 1 lines changed or added |