diff --git a/.github/workflows/symfony.yml b/.github/workflows/symfony.yml index 3d89c33..d656abb 100644 --- a/.github/workflows/symfony.yml +++ b/.github/workflows/symfony.yml @@ -28,6 +28,8 @@ jobs: coverage: xdebug #tools: castor - uses: actions/checkout@v3 + + # Composer - name: Get Composer Cache Directory id: composer-cache run: | @@ -41,6 +43,9 @@ jobs: - name: Install Dependencies run: composer install -q --no-ansi --no-interaction --no-scripts --no-progress --prefer-dist + - name: Audit the code for vulnerabilities + run: composer audit + # Tests - name: Execute tests via PHPUnit run: vendor/bin/simple-phpunit