about summary refs log tree commit diff
path: root/pkgs/tools
diff options
context:
space:
mode:
authorFabian Affolter <mail@fabian-affolter.ch>2022-12-20 14:27:26 +0100
committerGitHub <noreply@github.com>2022-12-20 14:27:26 +0100
commitbe841aaf45d83de5373a1c8c359edd237d1d750e (patch)
tree6f5e11467515d5fa1ffffad9d2861a2e7cf0008b /pkgs/tools
parent3d4687c6cd8e2d521af5fbec520d4278f930877f (diff)
terrrascan: add changelog to meta
Diffstat (limited to 'pkgs/tools')
-rw-r--r--pkgs/tools/security/terrascan/default.nix5
1 files changed, 3 insertions, 2 deletions
diff --git a/pkgs/tools/security/terrascan/default.nix b/pkgs/tools/security/terrascan/default.nix
index 619c2f00fb208..bc694986c8d11 100644
--- a/pkgs/tools/security/terrascan/default.nix
+++ b/pkgs/tools/security/terrascan/default.nix
@@ -11,10 +11,10 @@ buildGoModule rec {
     owner = "accurics";
     repo = pname;
     rev = "v${version}";
-    sha256 = "sha256-XcMDdnqx64UcEzD44z34sm5TmshPOTb5tivBnGXQLjo=";
+    hash = "sha256-XcMDdnqx64UcEzD44z34sm5TmshPOTb5tivBnGXQLjo=";
   };
 
-  vendorSha256 = "sha256-HjWUV5gfh2WnUAayZIj6LGFs0rMv2n7v6zJJrzBHBwg=";
+  vendorHash = "sha256-HjWUV5gfh2WnUAayZIj6LGFs0rMv2n7v6zJJrzBHBwg=";
 
   # Tests want to download a vulnerable Terraform project
   doCheck = false;
@@ -27,6 +27,7 @@ buildGoModule rec {
       500+ polices and support for Terraform and Kubernetes.
     '';
     homepage = "https://github.com/accurics/terrascan";
+    changelog = "https://github.com/tenable/terrascan/blob/v${version}/CHANGELOG.md";
     license = with licenses; [ asl20 ];
     maintainers = with maintainers; [ fab ];
   };