Every time a pod starts, StackRadar scans it, generates an SBOM, and surfaces new vulnerabilities in your dashboard. No manual scans. No blind spots between deploys.
# 1. Export your credentials
$ export STACKRADAR_API_KEY=<your-api-key>$ export STACKRADAR_CLUSTER_ID=<your-cluster-id>
# 2. Install the Helm chart from OCI registry
$ helm install stackradar-scanner \
oci://ghcr.io/lockdep/charts/stackradar-scanner \
--namespace stackradar --create-namespace \
--set stackradar.apiKey=$STACKRADAR_API_KEY \
--set stackradar.clusterId=$STACKRADAR_CLUSTER_IDFrom helm install to full cluster visibility
Deploy the StackRadar Helm chart into your Kubernetes cluster. One command, works on EKS, GKE, AKS, or any conformant cluster.
The scanner deploys as a long-running Kubernetes agent that watches your cluster for pod changes. New or updated images are detected instantly and queued for scanning — no waiting for a scheduled run.
Every container image — including init containers — is analyzed with Syft to produce a full CycloneDX SBOM. OS packages, libraries, runtimes, and transitive dependencies are all captured.
Components are matched against 300K+ known CVEs from the OSV database. You see results per workload with severity scores and fix versions.
Supply chain security
Signed images
Every release is signed with Sigstore Cosign. Verify before you install.
Digest-pinned
The chart ships with the exact sha256 digest of the image — tag mutation cannot swap what you install.
SLSA provenance
Built in GitHub Actions with provenance attestations stored in GHCR.
Pay for clusters, not surprises
The scanner is free and open-source. You pay only for the managed dashboard. Start free, upgrade when you need more.
$0
For individuals evaluating or running a single cluster.
No credit card required
$39/month
For engineers running production workloads who need full visibility.
Need more? Contact us for custom Enterprise pricing.
Common questions