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

Commits on Sep 23, 2024

  1. Get information about Dependabot alerts for each repository

    Currently, this is just the count of the number of open alerts, split up
    into subcounts of each severity.
    danlivings-dxw committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    0e9b895 View commit details
    Browse the repository at this point in the history
  2. Display Dependabot security alert counts

    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 committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    b5af71e View commit details
    Browse the repository at this point in the history