Installation
Install from Source
git clone https://github.com/harekrishnarai/kestrel.git
cd kestrel
go build -o bin/kestrel ./cmd/kestrel
Install with Go
go install github.com/harekrishnarai/kestrel/cmd/kestrel@latest
Dependencies
Kestrel can use Semgrep for multi-language scanning. If you want Semgrep support:
python3 -m pip install semgrep