sclorg / s2i-php-container

PHP container images based on Red Hat Software Collections and intended for OpenShift and general usage, that provide a platform for building and running PHP applications. Users can choose between Red Hat Enterprise Linux, Fedora, and CentOS based images.
http://softwarecollections.org
Apache License 2.0
107 stars 331 forks source link

tests suite failure: blocker composer plugin #373

Open lukaszachy opened 2 years ago

lukaszachy commented 2 years ago

Testsuite fails in In the tests/run output:

cakephp/plugin-installer contains a Composer plugin which is blocked by your allow-plugins config. You may add it to the list if you consider it safe. See https://getcomposer.org/allow-plugins
You can run "composer config --no-plugins allow-plugins.cakephp/plugin-installer [true|false]" to enable it (true) or keep it disabled and suppress this warning (false)

FTR: Previously the message was

For additional security you should declare the allow-plugins config with a list of packages names that are allowed to run code. See https://getcomposer.org/allow-plugins
You have until July 2022 to add the setting. Composer will then switch the default behavior to disallow all plugins.
phracek commented 1 year ago

@lukaszachy Can you please verify if the issue is still valid?