actions-marketplace-validations/AccessPulse WCAG Scan

Scan any URL for WCAG 2.2 AA accessibility violations. Fails CI if score drops below your threshold.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Activelast commit Apr 10, 2026
License
None

Pinned Snippet

workflow.ymlSHA-pinned
uses: actions-marketplace-validations/accesspulse_scan@928e413516b78672c74759452f37eb2ba59afdfb # no releases — HEAD as of 2026-08-29

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
urlURL to scan for WCAG 2.2 AA accessibility violationsyes
thresholdMinimum passing score (0–100). The step fails if the accessibility score is below this value.no80
api-keyAccessPulse API key for paid-tier rate limits. Omit for free scans (per-repo monthly limit applies via GITHUB_REPOSITORY auto-detection).no""
fail-on-violationsFail the build if ANY WCAG violations are found, regardless of score. Default false preserves v1.0.0 behavior (gates only on score threshold).nofalse
api-urlAccessPulse API base URL. Override only if you are self-hosting or pointing at a staging environment.nohttps://accesspulse.dev
namedescription
scoreAccessibility score (0–100)
violationsNumber of WCAG violations found
passed'true' if score meets or exceeds threshold, 'false' otherwise
scan-idAccessPulse scan ID. Use to fetch the full report at https://accesspulse.dev/scan/{scan-id} or via GET /api/scan/{scan-id}.