Skip to main content

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 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)
Download the archive for your platform, extract the binary, and move it onto your PATH.
curl -sL https://github.com/NetRiseInc/provenance-cli/releases/latest/download/provenance-linux-x86_64-gnu.tar.gz | tar xz
sudo mv provenance /usr/local/bin/

Verify the installation

After installing, confirm the binary is on your PATH and working:
provenance --version

OCI scanning prerequisites

Scanning OCI container images with provenance 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.
provenance completions bash > /etc/bash_completion.d/provenance
Then reload your shell or source the completion file:
source /etc/bash_completion.d/provenance

Next steps

Quick start

Set your API token and run your first scan.

Authentication

Configure your API token via environment variable or config file.

Build docs developers (and LLMs) love