Skip to content

Commit e9380cc

Browse files
committed
Add Composer audit step to CI workflow
Introduces a new step in the GitHub Actions PHP workflow to run 'composer audit' for checking vulnerable dependencies during CI.
1 parent b01f705 commit e9380cc

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/php.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,3 +40,6 @@ jobs:
4040

4141
- name: Run print
4242
run: composer run-script print-test
43+
44+
- name: Check for vulnerable dependencies
45+
run: composer audit

0 commit comments

Comments
 (0)