Skip to content

Commit

Permalink
trivy: 0.13.0 -> 0.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
06kellyjac committed Dec 2, 2020
1 parent 652ac69 commit d1fa04d
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions pkgs/tools/admin/trivy/default.nix
Expand Up @@ -2,16 +2,16 @@

buildGoModule rec {
pname = "trivy";
version = "0.13.0";
version = "0.14.0";

src = fetchFromGitHub {
owner = "aquasecurity";
repo = pname;
rev = "v${version}";
sha256 = "0d9lb1wzvxywg88fy85bicixd8wipvbhnwfckwl3p8shh0s9sr22";
sha256 = "1ylk6n062n9w2c8179mj0z5acz98b30w6dkpz8gslachsz9sb5ij";
};

vendorSha256 = "0sashi3x3hccqm27dg6hjlvpgvx42jdxpgzigzm81md58zhk509x";
vendorSha256 = "0kljvy61n72dg99jyc47fzhc8ihyfjk30a1a031gczk3q3z2l7kj";

subPackages = [ "cmd/trivy" ];

Expand All @@ -32,6 +32,7 @@ buildGoModule rec {
application dependencies (Bundler, Composer, npm, yarn, etc.).
'';
homepage = src.meta.homepage;
changelog = "${src.meta.homepage}/releases/tag/v${version}";
license = licenses.asl20;
maintainers = with maintainers; [ jk ];
};
Expand Down

0 comments on commit d1fa04d

Please sign in to comment.