The SensioLabs Security Checker is a command line tool that checks if your application uses dependencies with known security vulnerabilities. It uses the Security Check Web service and the Security Advisories Database.
docker run -v /path/to/code/:/opt/mount/ guardrails/security-checker:latest
docker run -v /path/to/code/:/opt/mount/ guardrails/security-checker:latest --format=json
Have some improvements? Send a pull request! Thank you!
This repository is supported by GuardRails.io.