-
Notifications
You must be signed in to change notification settings - Fork 220
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
Conversation
Adding the install command for axe-core since it is running with error: " Run npx axe . --save --dir ./axe-reports npx: installed 78 in 6.991s command not found: axe Error: Process completed with exit code 1."
Report location modified
Output report path
changing output to --save
changing output to json
|
||
- 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
{ | ||
"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
"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
{ | ||
"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
{ | ||
"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
{ | ||
"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
{ | ||
"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
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
.bicep
file/s I am adding/editing are using the latest API version possiblemain
branch