Skip to content

getreeldev/reel-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Reel CLI

Kubernetes continuous compliance. Captures container state — SBOMs, cryptographic inventories, vulnerability scans, and malware detection — before pods disappear.

This repository distributes the reel CLI binary (Linux, macOS, Intel + Apple Silicon) and tracks its changelog. Related artifacts live in dedicated repos:

Artifact Repository
CLI binary + changelog (this repo) getreeldev/reel-cli
GitHub Action getreeldev/reel-action
Helm chart getreeldev/helm
Homebrew formula getreeldev/homebrew-tap
Docker images getreel/agent, getreel/init-criu, getreel/init-trivy on Docker Hub

Install

Linux / macOS — direct download

curl -sL https://github.com/getreeldev/reel-cli/releases/latest/download/reel_linux_amd64.tar.gz \
  | tar xz && sudo mv reel /usr/local/bin/

Other targets: reel_linux_arm64.tar.gz, reel_darwin_amd64.tar.gz, reel_darwin_arm64.tar.gz.

macOS — Homebrew

brew install getreeldev/tap/reel

Verify:

reel version
reel status

Quick Start

# Generate an SBOM
reel export sbom --image nginx:latest -o sbom.json

# Vulnerability scan (SARIF output, ready for GitHub Code Scanning)
reel export sarif --image nginx:latest -o results.sarif

# Annotate scan output with vendor VEX statements (new in v1.5.0)
reel export sbom --image redhat/ubi9-minimal --scanners vuln,vex

# Cryptographic bill of materials
reel export cbom --image nginx:latest -o cbom.json

# Malware detection
reel export malware --image nginx:latest -o malware.json

Documentation

License

Proprietary. See LICENSE for terms.

About

reel releases and changelog page

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors