about summary refs log tree commit diff
path: root/pkgs/tools/security/terrascan
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2021-02-06 21:40:32 +0000
committerR. RyanTM <ryantm-bot@ryantm.com>2021-02-06 21:40:32 +0000
commite20ac147dda67bc01101369beb5eb2412836e828 (patch)
tree9c876c2662ff45294d236ae44b08956767f6b5b9 /pkgs/tools/security/terrascan
parent671fd3a3c13383cc1d7805e2b7854b5226205d07 (diff)
terrascan: 1.2.0 -> 1.3.2
Diffstat (limited to 'pkgs/tools/security/terrascan')
-rw-r--r--pkgs/tools/security/terrascan/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/tools/security/terrascan/default.nix b/pkgs/tools/security/terrascan/default.nix
index fddd10da61802..b37273aeb1d21 100644
--- a/pkgs/tools/security/terrascan/default.nix
+++ b/pkgs/tools/security/terrascan/default.nix
@@ -5,16 +5,16 @@
 
 buildGoModule rec {
   pname = "terrascan";
-  version = "1.2.0";
+  version = "1.3.2";
 
   src = fetchFromGitHub {
     owner = "accurics";
     repo = pname;
     rev = "v${version}";
-    sha256 = "1kjis0ylvmv1gvzp5qvi9a7x4611bjv8yx5mb6nkc0a8lscwb4c3";
+    sha256 = "sha256-RZFh9RVU8RwtLGIP7OWnf0yNsXfElqWSXieljqp8ahU=";
   };
 
-  vendorSha256 = "0yfybzwjvnan4qf5w25k22iwh5hp9v8si93p4jv9bx25rw91swws";
+  vendorSha256 = "sha256-Ya/33ocPhY5OSnCEyULsOIHaxwb1yNEle3JEYo/7/Yk=";
 
   # tests want to download a vulnerable Terraform project
   doCheck = false;