Cloud & Container Security
Сканер уязвимостей для образов контейнеров и файловых систем — использует SBOM и базы данных CVE.
# Official installer script (Linux / macOS)
curl -sSfL https://get.anchore.io/grype | sudo sh -s -- -b /usr/local/bin
# Homebrew (macOS / Linux)
brew tap anchore/grype
brew install grype
# MacPorts
sudo port install grype
# Winget (Windows)
winget install Anchore.Grype
# Scoop (Windows)
scoop bucket add main
scoop install main/grype
# Chocolatey (Windows)
choco install grype -y
# Snap
snap install grype
# Arch Linux (AUR)
sudo pacman -S grype-bin
# Docker
docker pull anchore/grype
# GitHub Releases — .deb / .rpm / binary tarballs
# Download from https://github.com/anchore/grype/releases
# Install .deb with: sudo dpkg -i grype_*.deb
# Install .rpm with: sudo rpm -i grype_*.rpm
# For tarballs, extract and copy 'grype' binary to a directory in $PATH