Docker image for Composer Security Advisories Checker
You can use this docker image directly from Docker Hub with livexp/composer-security:latest.
You can use the script composer-checker to easily check a composer.lock file inside the current directory. You can specify the location of the lock file with the first parameter composer-security /app/composer.lock.
image: livexp/composer-security:latest
composer-security:
stage: test
script:
- composer-security