Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compliance accessibility scan working now #742

Closed
wants to merge 29 commits into from

Conversation

jeetgarg
Copy link

Overview/Summary

Replace this with a brief description of what this Pull Request fixes, changes, etc.

This PR adds

Accessibility scan file to run accessibility scan.

Testing Evidence

https://github.com/Azure/avdaccelerator/actions/runs/13277807922/job/37070485008

As part of this Pull Request I have

  • Read the Contribution Guide and ensured this PR is compliant with the guide
  • Ensured the resource API versions in .bicep file/s I am adding/editing are using the latest API version possible
  • Checked for duplicate Pull Requests
  • Associated it with relevant GitHub Issues
  • (AVD LZA Team Only) Associated it with relevant ADO Items
  • Ensured my code/branch is up-to-date with the latest changes in the main branch
  • Performed testing and provided evidence.
  • Updated relevant and associated documentation (e.g. Contribution Guide, Module READMEs, Docs etc.)


- name: Run axe-core accessibility scan and save results
run: |
npx @axe-core/cli http://localhost:8080 --chromedriver-path $(which chromedriver) --save ./axe-reports/accessibility-report.json

Check notice

Code scanning / devskim

Accessing localhost could indicate debug code, or could hinder scaling. Note

Do not leave debug code in production
{
"name": "David Sturley",
"organization": "Deque Systems, Inc.",
"url": "http://deque.com/"

Check warning

Code scanning / devskim

An HTTP-based URL without TLS was detected. Warning library

Insecure URL
"name": "Dylan Barrell",
"email": "dylan@barrell.com",
"organization": "Deque Systems, Inc.",
"url": "http://deque.com/"

Check warning

Code scanning / devskim

An HTTP-based URL without TLS was detected. Warning library

Insecure URL
{
"name": "Wilco Fiers",
"organization": "Deque Systems, Inc.",
"url": "http://deque.com/"

Check warning

Code scanning / devskim

An HTTP-based URL without TLS was detected. Warning library

Insecure URL
{
"name": "Dian Fay",
"organization": "Deque Systems, Inc.",
"url": "http://deque.com/"

Check warning

Code scanning / devskim

An HTTP-based URL without TLS was detected. Warning library

Insecure URL
{
"name": "Marcy Sutton",
"organization": "Deque Systems, Inc.",
"url": "http://deque.com/"

Check warning

Code scanning / devskim

An HTTP-based URL without TLS was detected. Warning library

Insecure URL
{
"name": "Ava Gaiety Wroten",
"organization": "Deque Systems, Inc.",
"url": "http://deque.com/"

Check warning

Code scanning / devskim

An HTTP-based URL without TLS was detected. Warning library

Insecure URL
@jeetgarg jeetgarg closed this Feb 12, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants