feat(output): add summary section at the top of outputs#2032
feat(output): add summary section at the top of outputs#2032hogo6002 merged 13 commits intogoogle:mainfrom
Conversation
|
I am a bit worried about the table being too wide with the summary added, but will leave @hogo6002 to further comment on this. |
|
Thanks for contributing! The summary I'm referring to isn't about adding a new column to display vulnerability details. Instead, I meant to include a summary section at the top of the table output, listing the total number of vulnerabilities found during the scan. |
|
@hogo6002 thanks for the clarifications ! |
9dddfbd to
93ba8fb
Compare
|
@hogo6002 i made some changes regarding your comment |
|
Thanks for adding the summary. For the fixed version one, I still prefer to keep the fixed version column like your initial version. |
4c522ec to
d1855dc
Compare
hogo6002
left a comment
There was a problem hiding this comment.
Looks good, just one minor comment. Thanks!
6e9e649 to
e768d15
Compare
35872ce to
858a28f
Compare
|
Hi, can you run |
e5a5819 to
df1727c
Compare
Done ✅ |
|
Hey, can you re-run all tests again? some new vuln has been found, so it would require updating the snapshots again. |
- Remove 'Fixed Version' and 'Summary' columns from table/markdown outputs - Add summary section at the top of outputs - Mark advisories without a fix with '*' in OSV URL - Update documentation and examples accordingly
- Remove 'Fixed Version' and 'Summary' columns from table/markdown outputs - Add summary section at the top of outputs - Mark advisories without a fix with '*' in OSV URL - Update documentation and examples accordingly
7901bfb to
8d560ba
Compare
Done ✅ |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #2032 +/- ##
==========================================
+ Coverage 67.49% 67.51% +0.02%
==========================================
Files 172 172
Lines 16231 16242 +11
==========================================
+ Hits 10955 10966 +11
Misses 4601 4601
Partials 675 675 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
@Aejkatappaja I think it was due to some testing data change, it is fixed now. |
#2025
docs/output.md) to reflect these changes.