katydecorah/Accessibility Insights Action

Task to scan for accessibility issues

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
output-dirFolder containing the scan report.yes_accessibility-reports
static-site-dirFolder containing website content.yes${{ github.workspace }}
static-site-url-relative-pathRelative path to directory used to construct base scan url. e.g. / on Ubuntu and // on Windowsyes/
chrome-pathPath to Chrome executable.no
repo-tokenGitHub API access token.yes
urlThe hosted URL to scan/crawl for accessibility issues.no
max-urlsMaximum number of pages opened by crawler. The crawl will stop when this limit is reached.no100
discovery-patternsList of RegEx patterns to crawl in addition to the provided URL, separated by space.no
input-fileFile path that contains list of URLs (each separated by a new line) to scan in addition to URLs discovered from crawling the provided URL.no
input-urlsList of URLs to crawl in addition to URLs discovered from crawling the provided URL, separated by space.no
static-site-portThe preferred local website TCP port to use when scanning local website content.no
scan-timeoutThe maximum timeout in milliseconds for the scan (excluding dependency setup)no90000
baseline-fileThe old baseline file path, a new baseline will be generated with the same name, if null baseline option will be disabled.no
single-workerTo get deterministic scanning results, either specify the singleWorker parameter or ensure that the value specified for the maxUrls parameter is larger than the total number of urls in the web site being scanned.yestrue

no outputs