Unable to configure php prior to scanning
I have tried to use this github action (and it worked fine in the past), however I am unable to configure php (like php.ini) before running psalm. I know you can write a bootstrap file and use it as an autoloader to do some of the configs with ini_set() however not all config options can be configured this way and require a direct change to the ini file. The dockerfile does some configuration when building the image, but it would be good if entrypoint.sh could also some configuration based on the yaml options (you would probably have to check the config and fail gracefully or revert if the configuration option is bad)
What do you need to configure specifically?
short_open_tag is one I can see right now. But honestly it would be easier to change the include_path as well.