grype

grype 0.119.0

Vulnerability scanner for container images and filesystems

<rendered-html><p>As a vulnerability scanner grype is able to scan the contents of a container image or filesystem to find known vulnerabilities.</p> </rendered-html>

https://github.com/anchore/grype
Apache License 2.0
main program: grypeprograms: grype
Platforms (30)
microblazeel-linuxm68k-linuxmipsel-linuxs390x-linuxx86_64-freebsdaarch64-freebsds390-linuxwasm32-wasip1
View source on NixOS/nixpkgs →

Install

Copy into your configuration

NixOS (configuration.nix)
environment.systemPackages = with pkgs; [
  grype
];
Ad-hoc shell
nix-shell -p grype
Flake (nix run)
nix run nixpkgs#grype