Add step to check for known security issues

This commit is contained in:
Jonny Barnes 2020-10-17 14:36:17 +01:00
parent 59ad3121d9
commit a05388beff

View file

@ -52,3 +52,5 @@ jobs:
run: vendor/bin/phpunit
- name: Run phpcs
run: phpcs
- name: Check for security vulnerabilities
run: php vendor/bin/security-checker security:check