katydecorah/Accessibility Insights Action
Task to scan for accessibility issues
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| output-dir | Folder containing the scan report. | yes | _accessibility-reports |
| static-site-dir | Folder containing website content. | yes | ${{ github.workspace }} |
| static-site-url-relative-path | Relative path to directory used to construct base scan url. e.g. / on Ubuntu and // on Windows | yes | / |
| chrome-path | Path to Chrome executable. | no | — |
| repo-token | GitHub API access token. | yes | — |
| url | The hosted URL to scan/crawl for accessibility issues. | no | — |
| max-urls | Maximum number of pages opened by crawler. The crawl will stop when this limit is reached. | no | 100 |
| discovery-patterns | List of RegEx patterns to crawl in addition to the provided URL, separated by space. | no | — |
| input-file | File 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-urls | List of URLs to crawl in addition to URLs discovered from crawling the provided URL, separated by space. | no | — |
| static-site-port | The preferred local website TCP port to use when scanning local website content. | no | — |
| scan-timeout | The maximum timeout in milliseconds for the scan (excluding dependency setup) | no | 90000 |
| baseline-file | The old baseline file path, a new baseline will be generated with the same name, if null baseline option will be disabled. | no | — |
| single-worker | To 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. | yes | true |
Outputs
no outputs