https://github.com/guardrailsio/docker-security-checker
Dockerized version of security-checker
https://github.com/guardrailsio/docker-security-checker
devsecops php security security-tools
Last synced: 7 months ago
JSON representation
Dockerized version of security-checker
- Host: GitHub
- URL: https://github.com/guardrailsio/docker-security-checker
- Owner: guardrailsio
- License: mit
- Created: 2018-12-12T03:23:52.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-12-12T03:40:58.000Z (almost 7 years ago)
- Last Synced: 2025-03-29T09:11:39.892Z (7 months ago)
- Topics: devsecops, php, security, security-tools
- Language: Dockerfile
- Homepage: https://github.com/sensiolabs/security-checker
- Size: 1.95 KB
- Stars: 4
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# docker-security-checker
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](https://security.symfony.com/) and the [Security Advisories Database](https://github.com/FriendsOfPHP/security-advisories).
## Run
### Default Run
```bash
docker run -v /path/to/code/:/opt/mount/ guardrails/security-checker:latest
```
### JSON Output
```bash
docker run -v /path/to/code/:/opt/mount/ guardrails/security-checker:latest --format=json
```
## Contributing
Have some improvements? Send a pull request! Thank you!
## Support
This repository is supported by [GuardRails.io](https://www.guardrails.io).