kodalabs-io/kodalabs-io/eqo
Analyze RGAA v4.1.2 accessibility compliance for NextJS projects
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| config | Path to the configuration file (default: rgaa.config.ts) | no | rgaa.config.ts |
| threshold | Minimum compliance rate (0–100). Set to 0 to never block CI — the report is still generated. | no | 0 |
| locale | Report locale (en-US or fr-FR) | no | en-US |
| static-only | Run static source analysis only (skip browser) | no | false |
| runtime-only | Run browser analysis only (skip static source analysis) | no | false |
| upload-sarif | Upload SARIF results to GitHub Code Scanning (requires write permissions) | no | true |
Outputs
| name | description |
|---|---|
| compliance-rate | Compliance rate as a percentage (0–100) |
| report-path | Path to the generated JSON report |
| issue-count | Total number of detected issues |