Projects Audit
11 sites
No security coverage
This module provides Drush commands to audit the status of contributed modules and themes, similar to the updates report in Drupal's admin interface. It can identify unsupported projects, making it useful for automated checks in CI tools.
This module provides drush commands to audit the status of contributed modules and themes similar to what you would find in admin/reports/updates. It is intended to be used in CI tools. To obtain a list of security updates you can just use the composer audit command but it will not show you all issues with modules and themes.
Features
- An unsupported command to get a list of unsupported projects.
drush projects_audit:unsupported. A project can be marked as not supported by a maintainer for a number of reasons i.e. if the project is no longer recommended to be used, or if a new version has been released and the current release is no longer maintained.