Documentation Index
Fetch the complete documentation index at: https://mintlify.com/NetRiseInc/provenance-cli/llms.txt
Use this file to discover all available pages before exploring further.
- Pre-built binaries
- Build from source
Pre-built binaries are published to GitHub Releases for the following platforms:
- Linux — x86_64 glibc, x86_64 musl (static), aarch64
- macOS — x86_64 (Intel), aarch64 (Apple Silicon)
PATH.Verify the installation
After installing, confirm the binary is on yourPATH and working:
OCI scanning prerequisites
Scanning OCI container images withprovenance scan oci requires either syft or cosign to be installed and available on your PATH. The CLI tries cosign first, then falls back to syft.
OCI scanning is not required for SBOM or package queries. You only need syft or cosign if you plan to use
provenance scan oci.Shell completions
provenance can generate completion scripts for bash, zsh, and fish.
- bash
- zsh
- fish
Next steps
Quick start
Set your API token and run your first scan.
Authentication
Configure your API token via environment variable or config file.