add tools for docker image analysis

This commit is contained in:
Glen Goodwin 2023-11-12 12:51:29 -05:00
parent 38a79170f7
commit e925c18eb8

View file

@ -19,6 +19,7 @@
environment.systemPackages = with pkgs; [
docker-compose
distrobox
kind
dive # A tool for exploring a docker image, layer contents.
grype # A vulnerability scanner for container images and filesystems.
];
}