Use Github Action to check for insecure dependencies, instead of using (missing) console command

This commit is contained in:
Jan Böhmer 2020-07-30 17:36:29 +02:00
parent 21cf97fedc
commit 7b58c6ec22

View file

@ -39,7 +39,7 @@ jobs:
run: ./bin/console lint:xliff translations
- name: Check dependencies for security
run: ./bin/console security:check
uses: symfonycorp/security-checker-action@v2
- name: Check doctrine mapping
run: ./bin/console doctrine:schema:validate --skip-sync -vvv --no-interaction