Skip to content

obriat/drupguard

 
 

Repository files navigation

DrupGuard

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.

Screenshot

Requirements

Installation

git clone git@github.com: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

Docksal

For docksal users :

fin p up
fin symfony composer install
fin yarn install
fin yarn encore production
fin symfony console drupguard:install
#mysql://user:user@db:3306/default?serverVersion=5.7
#smtp://mail:1025
#/usr/local/bin/php
#/usr/local/bin/composer

Licence

License: GPL v3

Sponsors

Many thanks to :
Screenshot
https://www.kleegroup.com

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 74.6%
  • Twig 17.3%
  • Shell 4.1%
  • JavaScript 3.2%
  • SCSS 0.4%
  • Dockerfile 0.3%
  • CSS 0.1%