diff --git a/.github/workflows/daily-security-check.yml b/.github/workflows/daily-security-check.yml index 8484c2d84..1f7e28305 100644 --- a/.github/workflows/daily-security-check.yml +++ b/.github/workflows/daily-security-check.yml @@ -18,10 +18,10 @@ jobs: id: check_composer uses: andstor/file-existence-action@v2 with: - files: "composer.lock" - - name: Vulnerability check - run: php composer audit - if: steps.check_composer.outputs.files_exists == 'true' + files: "composer.lock" + - name: Run php local security checker + if: steps.check_composer.outputs.files_exists == 'true' + uses: symfonycorp/security-checker-action@v4 # node-yarn checks - name: Check for node-yarn project