accessible360/Audisist CLI Action
Run accessibility validations against your website
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Jul 1, 2026
- License
- None
Pinned Snippet
uses: accessible360/audisist-cli-action@98ec836fab59776fa52bcbe863075109c5205a5a # v1tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| auth_token | NPM token used to install @accessible360/audisist-cli | yes | — |
| license | License token for @accessible360/audisist-cli | yes | — |
| cli_version | Version of @accessible360/audisist-cli to install | no | latest |
| config | Path to a JSON or YAML config file, or an inline JSON string | no | — |
| debug | Enable debug mode | no | false |
| url | URL to scan | no | — |
| cookies | Cookies to include in the request, one per line in the format name=value | no | — |
| headers | Headers to include in the request, one per line in the format name: value | no | — |
| format | Output format (xunit, json, or silent) | no | — |
| output | Path to write scan results | no | — |
| on_before_script | Path to a JavaScript file to execute before validations | no | — |
| ignore_response_code | Allow validations to run regardless of the HTTP response code | no | false |
Outputs
| name | description |
|---|---|
| outputs | JSON array of absolute paths to result files written by the scan |