Skip to content

Commit

Permalink
CI: Check composer dependencies for known security issues
Browse files Browse the repository at this point in the history
  • Loading branch information
alies-dev committed Jul 8, 2022
1 parent 7231b57 commit fc8d43a
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,3 +83,14 @@ jobs:

- name: Check .php files for syntax errors
run: composer php:syntax -- --checkstyle | cs2pr

- uses: actions/cache@v3
id: cache-db
with:
path: ~/.symfony/cache
key: db

- name: Check composer dependencies for known security issues
uses: symfonycorp/security-checker-action@v3
with:
lock: ./composer.lock

0 comments on commit fc8d43a

Please sign in to comment.