You are here

function composer_manager_sa_cron in Composer Manager 7

Same name and namespace in other branches
  1. 7.2 composer_manager_sa/composer_manager_sa.module \composer_manager_sa_cron()

Implements hook_cron().

File

composer_manager_sa/composer_manager_sa.module, line 22
Check for known security issues in Composer libraries.

Code

function composer_manager_sa_cron() {

  // If the data is still in the cache, this will not do anything beyond a
  // cache_get() call.
  composer_manager_sa_vulnerabilities(composer_manager_lock_file());
}