Skip to content

Commit

Permalink
Run composer with '--no-plugins --no-scripts' options
Browse files Browse the repository at this point in the history
Just to be on the safe side when running the script as root...
Reference: https://getcomposer.org/doc/faqs/how-to-install-untrusted-packages-safely.md
  • Loading branch information
dregad committed Nov 18, 2018
1 parent f039d39 commit a86d228
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion update-trackers.sh
Expand Up @@ -162,7 +162,7 @@ do

# Update Composer packages
echo "- Installing / Updating composer packages"
composer install
composer install --no-plugins --no-scripts

# Updating the version suffix in config file
echo "- Setting version_suffix to '$VERSION_SUFFIX' in $CONFIG_FILE"
Expand Down

0 comments on commit a86d228

Please sign in to comment.