Skip to content

Commit 46d1040

Browse files
Merge pull request #35 from Guiziweb/chore/ci-composer-audit
ci: add composer audit step to detect dependency CVEs
2 parents 3e46192 + 482cea6 commit 46d1040

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/build.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,10 @@ jobs:
152152
name: Validate composer.json
153153
run: composer validate --ansi
154154

155+
-
156+
name: Audit dependencies
157+
run: composer audit --ansi --abandoned=report
158+
155159
-
156160
name: Validate container
157161
run: vendor/bin/console lint:container

0 commit comments

Comments
 (0)