Skip to content

feat : vulnerability-summary-table-format#618

Merged
bupd merged 1 commit into
goharbor:mainfrom
Sypher845:feat/vulnerability-summary-table-format
Jan 27, 2026
Merged

feat : vulnerability-summary-table-format#618
bupd merged 1 commit into
goharbor:mainfrom
Sypher845:feat/vulnerability-summary-table-format

Conversation

@Sypher845

@Sypher845 Sypher845 commented Jan 21, 2026

Copy link
Copy Markdown
Contributor

Fixes #604

This pull request improves the vulnerability check summary in the GitHub Actions workflow by providing a clearer and more detailed report of any vulnerabilities found. The summary now includes a count of detected vulnerabilities and presents them in a formatted markdown table with key details for easier review.

Enhancements to vulnerability reporting:

  • The workflow now outputs a clear message if no vulnerabilities are found, or displays the number of vulnerabilities detected if any are present.
  • Vulnerabilities are summarized in a markdown table with columns for Vulnerability ID, Package, Found In, Fixed In, Description, Example Trace, and a link to more details.
  • An awk script parses the vulnerability-check.report file to extract and format vulnerability details for the summary table, improving readability and accessibility of the results.

Before

image

After

image

@NucleoFusion

Copy link
Copy Markdown
Contributor

Hi! Thanks for the contribution
could you please include an image of how this looks!

Signed-off-by: Sypher845 <suyashpatil845@gmail.com>
@Sypher845 Sypher845 force-pushed the feat/vulnerability-summary-table-format branch from 83e43b2 to d29875d Compare January 22, 2026 14:39
@codecov

codecov Bot commented Jan 22, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 7.17%. Comparing base (60ad0bd) to head (d29875d).
⚠️ Report is 82 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff            @@
##             main    #618      +/-   ##
=========================================
- Coverage   10.99%   7.17%   -3.82%     
=========================================
  Files         173     260      +87     
  Lines        8671   12847    +4176     
=========================================
- Hits          953     922      -31     
- Misses       7612   11817    +4205     
- Partials      106     108       +2     

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@Sypher845

Copy link
Copy Markdown
Contributor Author

@NucleoFusion I’ve attached the image in the description.

@bupd bupd self-requested a review January 22, 2026 18:05

@bupd bupd left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/lgtm

@bupd bupd merged commit 745b6ac into goharbor:main Jan 27, 2026
7 of 8 checks passed
Vickysomtee pushed a commit to Vickysomtee/harbor-cli that referenced this pull request Feb 4, 2026
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.

Show Vulnerability Check Summary in Table Format

3 participants