opensca-cli

Supply chain security tool for analyzing dependencies and vulnerabilities

brewmacoslinux
Try with needOr install directly
Source

About

OpenSCA is a supply-chain security tool for security researchers and developers

Commands

opensca

Examples

Scan a project directory for vulnerabilities$ opensca -path /path/to/project
Scan with specific output format (JSON)$ opensca -path /path/to/project -out json
Scan and save results to a file$ opensca -path /path/to/project -out result.json