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

Show counts for Dependabot security alerts #55

Merged
merged 2 commits into from
Sep 23, 2024

Conversation

danlivings-dxw
Copy link
Contributor

This displays information from Dependabot as a four-part capsule:

  • Far left, dark red (red-600): critical severity alerts
  • Left, red (red-500): high severity alerts
  • Right, orange (orange-500): medium severity alerts
  • Far right, yellow (amber-500): low severity alerts

A tooltip is provided for each number to indicate what the number represents.

Example showing an active tooltip:
image

@danlivings-dxw danlivings-dxw linked an issue Sep 20, 2024 that may be closed by this pull request
Copy link
Contributor

@adamhughes86 adamhughes86 left a comment

Choose a reason for hiding this comment

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

Looks good. Nice visual for the alerts

Currently, this is just the count of the number of open alerts, split up
into subcounts of each severity.
This displays information from Dependabot as a four-part capsule:
- Far left, dark red (`red-600`): critical severity alerts
- Left, red (`red-500`): high severity alerts
- Right, orange (`orange-500`): medium severity alerts
- Far right, yellow (`amber-500`): low severity alerts
@danlivings-dxw danlivings-dxw merged commit 737e918 into main Sep 23, 2024
3 checks passed
@danlivings-dxw danlivings-dxw deleted the feature/show-dependabot-alerts branch September 23, 2024 14:32
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.

Dependabot security alerts
2 participants