syft
syft 1.52.0
CLI tool and library for generating a Software Bill of Materials from container images and filesystems
<rendered-html><p>A CLI tool and Go library for generating a Software Bill of Materials (SBOM) from container images and filesystems. Exceptional for vulnerability detection when used with a scanner tool like Grype.</p> </rendered-html>
https://github.com/anchore/syftApache License 2.0
main program: syftprograms: syft
Maintainers
Platforms (30)
armv7l-linuxs390-linuxarc-linuxriscv32-linuxaarch64-freebsdx86_64-linuxwasm64-wasip1microblaze-linux
Install
Copy into your configuration
NixOS (configuration.nix)
environment.systemPackages = with pkgs; [ syft ];
Ad-hoc shell
nix-shell -p syft
Flake (nix run)
nix run nixpkgs#syft