Skip to content

Commit bc2781e

Browse files
rimi-itkturegjorup
andcommitted
Update github/workflows/composer.yaml
Co-authored-by: Ture Gjørup <[email protected]>
1 parent 0deeb46 commit bc2781e

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

github/workflows/composer.yaml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,3 +49,13 @@ jobs:
4949
docker network create frontend
5050
docker compose run --rm phpfpm composer install
5151
docker compose run --rm phpfpm composer normalize --dry-run
52+
53+
composer-audit:
54+
runs-on: ubuntu-latest
55+
strategy:
56+
fail-fast: false
57+
steps:
58+
- uses: actions/checkout@v4
59+
- run: |
60+
docker network create frontend
61+
docker compose run --rm phpfpm composer audit

0 commit comments

Comments
 (0)