Skip to content

Unable to configure php prior to scanning #66

@bpearson-swoop

Description

@bpearson-swoop

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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions