Skip to content

Commit c958cfe

Browse files
rosierjaviereguiluz
authored andcommitted
Use 'composer audit' instead of 'symfony check:security'
1 parent fbc76bb commit c958cfe

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/lint.yaml

+1-5
Original file line numberDiff line numberDiff line change
@@ -86,13 +86,9 @@ jobs:
8686
if: always() && steps.install.outcome == 'success'
8787
run: composer validate --strict
8888

89-
- name: Download Symfony CLI
90-
if: always() && steps.install.outcome == 'success'
91-
run: wget https://get.symfony.com/cli/installer -O - | bash
92-
9389
- name: Check if any dependencies are compromised
9490
if: always() && steps.install.outcome == 'success'
95-
run: /home/runner/.symfony5/bin/symfony check:security
91+
run: composer audit
9692

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

0 commit comments

Comments
 (0)