DrupGuard is a tool which analyse your Drupal projects. It use git to checkout the project, composer to build it.
After that, it search for drupal core, modules and themes installed version and check updates using Drupal's update status infrastructure (see https://www.drupal.org/drupalorg/docs/apis/update-status-xml for details).
The dashboard created after each analyses allow you to keep an eye on all your projects and be warned when security fix is available for one of your component.
Each project's analysis can be execute periodically and a report can be sent by email.
- Git client
- Web server with php 7
- Composer v2 see https://getcomposer.org/doc/00-intro.md
- Smtp server
git clone [email protected]:klelostec/drupguard.git
cd drupguard
symfony composer install
yarn install
yarn encore production
php bin/console drupguard:install
Add the cron job to cron tab
* * * * * /path/to/php /path/to/bin/console drupguard:cron --cron-only
For docksal users :
fin p up
fin drupguard/install
Use this command to update project:
fin drupguard/update
Many thanks to :
https://www.kleegroup.com