-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
composer_ignore_platform_reqs should check for "true", not "false" #27
Comments
If you look at entry point - https://github.com/psalm/psalm-github-actions/blob/master/entrypoint.sh - that flag should be
Docs are wrong but if you set it to false then it does the trick. |
What about #26? Wasn't that supposed to fix this? |
It works with composer_ignore_platform_reqs=false because psalm-github-actions/entrypoint.sh Line 50 in a5269d2
false and not true .
|
Resolved via #29. @muglug Can we get docker images added for newer psalm versions as well? https://hub.docker.com/r/vimeo/psalm-github-actions/tags only has up to |
I wanted to add
ext-zip
to our project at nextcloud/server#24835. Ever since our CI fails on the Psalm security check because it's not possible to ignore (or install) platform deps.Does composer_ignore_platform_reqs not work when paired with security_analysis?
^
--ignore-platform-reqs flag
is missing from thecomposer install
The text was updated successfully, but these errors were encountered: