You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ci: coding guidelines: add per-file violation table to SARIF summary
Extend sarif_summary.py to also report the number of violations
broken down by file.
parse_sarif now collects a file_counts Counter by walking each
result's locations[].physicalLocation.artifactLocation.uri field.
The new write_file_summary helper renders a second Markdown table
sorted by descending violation count, with a header showing the
total number of distinct files affected. The table is appended to
the step summary immediately after the existing per-rule table.
Assisted-by: GitHub Copilot:claude-sonnet-4.6
0 commit comments