Skip to content

feat: Add SARIF formatter #1627

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

Merged
merged 3 commits into from
Jun 5, 2025
Merged

feat: Add SARIF formatter #1627

merged 3 commits into from
Jun 5, 2025

Conversation

coliff
Copy link
Member

@coliff coliff commented Jun 5, 2025

Fixes: #1045

All of this PR is thanks to @shaopeng-gh - I just fixed the failing tests.

TODO: Add to Docs

@coliff coliff requested a review from thedaviddias as a code owner June 5, 2025 03:53
@github-actions github-actions bot added dependencies Pull requests that update a dependency file test labels Jun 5, 2025
@coliff coliff marked this pull request as draft June 5, 2025 03:54
gemini-code-assist[bot]

This comment was marked as resolved.

Copy link

codecov bot commented Jun 5, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 100.00%. Comparing base (95e6a13) to head (f57d3fd).
Report is 52 commits behind head on main.

Additional details and impacted files

Impacted file tree graph

@@             Coverage Diff             @@
##             main     #1627      +/-   ##
===========================================
+ Coverage   96.99%   100.00%   +3.00%     
===========================================
  Files           2         1       -1     
  Lines        1628         1    -1627     
  Branches      335         0     -335     
===========================================
- Hits         1579         1    -1578     
+ Misses         49         0      -49     

Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 23fc332...f57d3fd. Read the comment docs.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@coliff coliff marked this pull request as ready for review June 5, 2025 05:34
@coliff coliff merged commit b524170 into main Jun 5, 2025
22 checks passed
@coliff coliff deleted the dev/coliff/add-sarif-formatter branch June 5, 2025 05:35
This was referenced Jun 5, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file documentation test
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Adding SARIF result format support for HTMLHint
1 participant