Deliberately inaccessible Rust (Actix-web) web application for testing the AODA/WCAG accessibility scanner pipeline.
This app is intentionally built with many WCAG 2.1 accessibility violations so the Azure DevOps pipeline can detect and report them via SARIF and Advanced Security.
- Rust, Actix-web 4
- Docker (containerized)
cargo runOr with Docker:
docker build -t a11y-demo-app-001 .
docker run -p 8080:8080 a11y-demo-app-001Then open http://localhost:8080.
The .azuredevops/pipelines/a11y-scan.yml pipeline runs a weekly accessibility scan and publishes SARIF results to Azure DevOps Advanced Security.