Unverified Commit a292fd0e authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

trivy: 0.63.0 -> 0.64.1 (#422663)

parents 15ca7756 a549d1f6
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -11,19 +11,19 @@

buildGo124Module rec {
  pname = "trivy";
  version = "0.63.0";
  version = "0.64.1";

  src = fetchFromGitHub {
    owner = "aquasecurity";
    repo = "trivy";
    tag = "v${version}";
    hash = "sha256-e1T4z0L1poPzZgq8ooBmXiA+d+aTaf9bE09Rx2yFk68=";
    hash = "sha256-RNqbBh0PgpJruWIENAdjUDKsuConXxtSzKv4261rKmk=";
  };

  # Hash mismatch on across Linux and Darwin
  proxyVendor = true;

  vendorHash = "sha256-lp5rajoeGR+nLO8EOLPdRLz0r19nGq2YNSjba8Zpq9E=";
  vendorHash = "sha256-e8742QO20n8hVtCXG5r+HOED8ccj/Pr3qbcndP94Nps=";

  subPackages = [ "cmd/trivy" ];