CallMeGreg / gh-secret-scanning

A gh CLI extension to interact with secret scanning alerts for a GHEC or GHES 3.7+ enterprise, organization, or repository
MIT License
7 stars 1 forks source link

Add upgrade suggestions #13

Open CallMeGreg opened 1 month ago

CallMeGreg commented 1 month ago

Detect when an older version of the extension is in use and suggest an upgrade, similar to gh.

CallMeGreg commented 1 month ago

Example of how this is implemented in gh-copilot: https://github.com/github/gh-copilot-internal/blob/188a3eada01526548fd530fffebfab9a3308ba55/cmd/root.go#L69-L99