Unverified Commit 55790646 authored by Sophie Tauchert's avatar Sophie Tauchert
Browse files

trivy: 0.38.3 -> 0.40.0

parent f2c3d5f5
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -5,19 +5,19 @@

buildGoModule rec {
  pname = "trivy";
  version = "0.38.3";
  version = "0.40.0";

  src = fetchFromGitHub {
    owner = "aquasecurity";
    repo = pname;
    rev = "v${version}";
    sha256 = "sha256-CSqueR++2vL4K8aexpbzawIhN0dJoSvS6Nzrn97hJe4=";
    sha256 = "sha256-vhzhYFmU4aIMDbqF33bQSl50DTLs8NQd0SSYsU1wnO0=";
  };
  # hash missmatch on across linux and darwin
  proxyVendor = true;
  vendorHash = "sha256-ZB3QVMeLtR9bNUnGVqcADf3RHT99b1jiVvBuGYjtJds=";
  vendorHash = "sha256-3h4S97wygLH957+PyeaQyc8qnQHie77gJ1kjsTKVFtQ=";

  excludedPackages = "misc";
  excludedPackages = [ "magefiles" "misc" ];

  ldflags = [
    "-s"