(More generally, it seems as if it would be tremendously useful to have a task-agnostic way of configuring additional command-line options to pass to processes, so that such things can be done with ease even when grumphp doesn't provide specific support for an option.)
https://github.com/phpro/grumphp/blob/master/doc/tasks/securitychecker/enlightn.md indicates that the only options for configuring
enlightn
arelockfile
andrun_always
; and my reading ofSecurityCheckerEnlightn::run()
and friends (includingProcessArgumentsCollection.php
) seems to agree.I'd like to be able to configure Enlightn's
--allow-list
option first and foremost. Can we get support for that?Refer to: https://github.com/enlightn/security-checker#allow-vulnerabilities
(More generally, it seems as if it would be tremendously useful to have a task-agnostic way of configuring additional command-line options to pass to processes, so that such things can be done with ease even when grumphp doesn't provide specific support for an option.)