summary refs log tree commit diff
path: root/pkgs/tools/security/terrascan
diff options
context:
space:
mode:
authorFabian Affolter <mail@fabian-affolter.ch>2021-06-29 23:12:50 +0200
committerFabian Affolter <mail@fabian-affolter.ch>2021-06-29 23:12:50 +0200
commitee9ee7646bd882de5db44384e04c39af117348c2 (patch)
tree22fc800732c4c7ed5992d98921d9b98db261f5c3 /pkgs/tools/security/terrascan
parent875aa03f415de05f0fcdfb8fdea0088989d59b40 (diff)
terrascan: 1.6.0 -> 1.7.0
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 8fa8ded7b664b..36ccb89dcfeb9 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.6.0";
+  version = "1.7.0";
 
   src = fetchFromGitHub {
     owner = "accurics";
     repo = pname;
     rev = "v${version}";
-    sha256 = "sha256-AIHfG5Z5I91zcogHxGRP7pLauYHICX6NL0bJTp982sQ=";
+    sha256 = "sha256-P16CS1W42Q/glsB9G0kagB5oSgwLb5cGMvKFc9jzd8s=";
   };
 
-  vendorSha256 = "sha256-XzZ3RudyD6YKyc3e3HvUrkXToXs2aFSSCScQgmCfxgQ=";
+  vendorSha256 = "sha256-22T7C4/ph3z+O1c9uC1p2xzg0JFV+TEdfy4iiIS4Y40=";
 
   # tests want to download a vulnerable Terraform project
   doCheck = false;