Add step to check for known security issues
This commit is contained in:
parent
59ad3121d9
commit
a05388beff
1 changed files with 2 additions and 0 deletions
2
.github/workflows/run-tests.yml
vendored
2
.github/workflows/run-tests.yml
vendored
|
@ -52,3 +52,5 @@ jobs:
|
||||||
run: vendor/bin/phpunit
|
run: vendor/bin/phpunit
|
||||||
- name: Run phpcs
|
- name: Run phpcs
|
||||||
run: phpcs
|
run: phpcs
|
||||||
|
- name: Check for security vulnerabilities
|
||||||
|
run: php vendor/bin/security-checker security:check
|
||||||
|
|
Loading…
Add table
Reference in a new issue