scorecard
scorecard copied to clipboard
✨ Feature: probe: regular releases
Is your feature request related to a problem? Please describe. Wouldn't it be nice to have an easy way of checking that a project has regular official releases? It indicates the maturity of a project and allows the delivery of security fixes.
Describe the solution you'd like A probe that could belong to the Maintained check. The probe looks for releases, and their release date. Creates findings of how many releases were found within the last year, and the date of the latest one. If there is at least one release within the year. The probe would return a positive outcome, and a negative one if there are no releases, or the releases are outdated.
Describe alternatives you've considered It could even be a part of the Maintained check itself.