trivy: 0.27.0 -> 0.27.1

This commit is contained in:
06kellyjac 2022-04-27 09:26:07 +01:00
parent 1a4307af6d
commit b5c8ac94ef

View File

@ -5,16 +5,16 @@
buildGoModule rec {
pname = "trivy";
version = "0.27.0";
version = "0.27.1";
src = fetchFromGitHub {
owner = "aquasecurity";
repo = pname;
rev = "v${version}";
sha256 = "sha256-EBvsyGODqF1FM4/HaecAC9f77Nl6aU3EXGDhxYYBm1A=";
sha256 = "sha256-eyvxBpGuOXicuqINYhl4/fUgN/j+Awe5vgMaMxtAMr0=";
};
vendorSha256 = "sha256-p8w1eJPOYM/fxNknGDumdDPUiluqYTNs8iYJ1o09NWo=";
vendorSha256 = "sha256-91tq4ipi3JobVgffASn8KRd3JQkgbOx/7PsjKq5vJdE=";
excludedPackages = "misc";