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

feat: add SARIF result format #98

Merged
merged 1 commit into from
Nov 25, 2023
Merged

feat: add SARIF result format #98

merged 1 commit into from
Nov 25, 2023

Conversation

twelvelabs
Copy link
Owner

  • Adds ability to render stylist results as a SARIF report.
  • Updates SARIF dependency to v2.
  • Fixes JSON printer to respect the ShowContext config setting/flag.

Closes #5

@twelvelabs twelvelabs merged commit 3cd9205 into main Nov 25, 2023
3 checks passed
Copy link

codecov bot commented Nov 25, 2023

Codecov Report

Attention: 3 lines in your changes are missing coverage. Please review.

Comparison is base (8581bb2) 91.24% compared to head (82e6f67) 91.36%.

Files Patch % Lines
internal/stylist/result_printer.go 94.91% 2 Missing and 1 partial ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main      #98      +/-   ##
==========================================
+ Coverage   91.24%   91.36%   +0.11%     
==========================================
  Files          18       18              
  Lines        1668     1725      +57     
==========================================
+ Hits         1522     1576      +54     
- Misses        105      107       +2     
- Partials       41       42       +1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@twelvelabs twelvelabs deleted the result-printer-sarif branch November 25, 2023 00:11
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.

implement sarif printer
1 participant