Skip to content

Commit

Permalink
Use 'composer audit' instead of 'symfony check:security'
Browse files Browse the repository at this point in the history
  • Loading branch information
rosier authored and javiereguiluz committed Oct 28, 2022
1 parent fbc76bb commit c958cfe
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -86,13 +86,9 @@ jobs:
if: always() && steps.install.outcome == 'success'
run: composer validate --strict

- name: Download Symfony CLI
if: always() && steps.install.outcome == 'success'
run: wget https://get.symfony.com/cli/installer -O - | bash

- name: Check if any dependencies are compromised
if: always() && steps.install.outcome == 'success'
run: /home/runner/.symfony5/bin/symfony check:security
run: composer audit

- name: Run PHPStan
if: always() && steps.install.outcome == 'success'
Expand Down

0 comments on commit c958cfe

Please sign in to comment.