https://github.com/vitexus/sensiolabs-security-checker-deb
Debian package with SensioLabs Security Checker tool
https://github.com/vitexus/sensiolabs-security-checker-deb
Last synced: 5 months ago
JSON representation
Debian package with SensioLabs Security Checker tool
- Host: GitHub
- URL: https://github.com/vitexus/sensiolabs-security-checker-deb
- Owner: Vitexus
- Created: 2020-09-03T19:38:24.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2021-09-03T21:27:56.000Z (almost 5 years ago)
- Last Synced: 2025-07-27T13:31:22.662Z (11 months ago)
- Size: 108 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

SensioLabs Security Checker
===========================
Debian package with https://github.com/sensiolabs/security-checker
Installation
------------
```shell
sudo apt install lsb-release wget
echo "deb http://repo.vitexsoftware.cz $(lsb_release -sc) main backports" | sudo tee /etc/apt/sources.list.d/vitexsoftware.list
sudo wget -O /etc/apt/trusted.gpg.d/vitexsoftware.gpg http://repo.vitexsoftware.cz/keyring.gpg
sudo apt update
sudo apt install sensiolabs-security-checker
```
Usage
-----
```shell
security-checker security:check ../path/to/composer.lock
```

See also: https://github.com/VitexSoftware/netbeans-php-tools
You can also apply to find command output:
```shell
find . -type f -name \composer.lock -exec security-checker security:check {} \;
```
