adding Sensiolabs to ci

This commit is contained in:
Milos Stojanovic
2019-06-14 11:45:16 +02:00
parent a0f97edf4d
commit 667389ab1a

View File

@@ -15,3 +15,8 @@ script:
after_success:
- bash <(curl -s https://codecov.io/bash)
# Installs Sensiolabs security checker to check against unsecure libraries
- php -r "readfile('http://get.sensiolabs.org/security-checker.phar');" > security-checker
- chmod +x security-checker
- ./security-checker security:check