Checks your composer.lock file for known security advisories with Sensiolab’s SA checker.
pipeline:
composer-sa-check:
image: phpdrone/composer-sa-checker
# lock_file: composer.lock
Creates a standalone PHAR file from a composer project.
pipeline:
build-phar:
image: phpdrone/phar-composer
output: myapp.phar
Process the packer.json file for creating infrastructure artifacts.
pipeline:
run-packer:
image: fpfis/packer
Generates documentation from phpDoc.
pipeline:
build-phar:
image: fpfis/phpdoc