anchore/grype
Apps
Grype ships a single binary, the grype CLI. There are no separate services or daemons in this repository.
- CLI — the
grypecommand, its subcommands, exit codes, and configuration.
The same binary is distributed as:
- A native executable via Homebrew, Chocolatey, MacPorts, the
install.shscript, or directly from GitHub Releases. - A Docker image at
ghcr.io/anchore/grypeanddocker.io/anchore/grype, in three variants:- Default (
Dockerfile) — root user. - Debug (
Dockerfile.debug) — bundles a shell for inspection. - Nonroot (
Dockerfile.nonroot) — recommended for restricted environments.
- Default (
Distribution mechanics are handled by goreleaser (.goreleaser.yaml) and the release.yaml GitHub Actions workflow.
Built by Factory AutoWiki from public repository content. It is a generated preview for codebase exploration, not source-maintained documentation.