Skip to content

Commit 7b727c1

Browse files
committed
ci(security): add composer audit --locked after install
1 parent 70ad78d commit 7b727c1

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,9 @@ jobs:
7878
echo "📦 Installing dependencies for Symfony ${{ matrix.symfony }}..."
7979
composer require symfony/form:^${{ matrix.symfony }} symfony/framework-bundle:^${{ matrix.symfony }} symfony/twig-bundle:^${{ matrix.symfony }} --no-interaction --no-update
8080
composer update --with-all-dependencies --no-interaction --prefer-dist --no-progress
81+
- name: Composer audit (Critical/High)
82+
run: composer audit --locked
83+
8184

8285
- name: Run tests
8386
run: |

0 commit comments

Comments
 (0)