Adds composer.lock security check

[MAILPOET-1226]
This commit is contained in:
mrcasual
2017-12-14 03:47:47 -05:00
committed by pavel-mailpoet
parent 51cde55217
commit fda1828637
4 changed files with 287 additions and 233 deletions

View File

@@ -211,6 +211,10 @@ class RoboFile extends \Robo\Tasks {
return $this->_exec($command);
}
function securityComposer() {
return $this->_exec('vendor/bin/security-checker security:check --format=simple');
}
function testDebug($opts=['file' => null, 'xml' => false]) {
$this->loadEnv();
$this->_exec('vendor/bin/codecept build -c codeception.unit.yml');