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/grypeApache License 2.0
main program: grypeprograms: grype
Maintainers
Platforms (30)
microblazeel-linuxm68k-linuxmipsel-linuxs390x-linuxx86_64-freebsdaarch64-freebsds390-linuxwasm32-wasip1
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