package
1.6.2
Repository: https://github.com/datadog/kubehound.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# README

gRPC api

Testing

You can trigger a gRPC call by doing this:

grpcurl -plaintext -format text -d 'cluster_name: "test", run_id: "id"' 127.0.0.1:9000 grpc.API.Ingest

Testing rehydrating of all latest scans:

grpcurl -plaintext -format text 127.0.0.1:9000 grpc.API.RehydrateLatest