We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c284a5 commit a9ff6cbCopy full SHA for a9ff6cb
.github/workflows/main.yml
@@ -41,4 +41,4 @@ jobs:
41
- name: security check
42
run: |
43
cd tests/Resources/docker/
44
- bin/php php ../../../vendor/bin/security-checker security:check ../../../composer.lock
+ docker-compose run --no-deps --rm php php vendor/bin/security-checker security:check composer.lock
0 commit comments