Skip to content

Commit a9ff6cb

Browse files
authored
Fix security checker in github workflows
1 parent 0c284a5 commit a9ff6cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,4 @@ jobs:
4141
- name: security check
4242
run: |
4343
cd tests/Resources/docker/
44-
bin/php php ../../../vendor/bin/security-checker security:check ../../../composer.lock
44+
docker-compose run --no-deps --rm php php vendor/bin/security-checker security:check composer.lock

0 commit comments

Comments
 (0)