-
Notifications
You must be signed in to change notification settings - Fork 74
add sarif reporter #278
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
base: main
Are you sure you want to change the base?
add sarif reporter #278
Conversation
…ata from the report and insert it into the format
…ith more then one issue, pa11y now appends to the results
Merge branch 'main' of github.com:pa11y/pa11y-ci
We are using pa11y in another Project which requires sarif support. Sarif stands for: It's essentially a JSON schema that dictates how tools should structure their findings, including details about the identified issues, the code locations, and the tools that produced them. This standardization allows for interoperability, meaning that tools can consume and process SARIF files from various sources, regardless of the tool's origin. Please feel free to review my Code :) |
No description provided.