summary refs log tree commit diff
path: root/pkgs/tools/security/terrascan
diff options
context:
space:
mode:
authorFabian Affolter <mail@fabian-affolter.ch>2021-05-08 01:19:45 +0200
committerJonathan Ringer <jonringer@users.noreply.github.com>2021-05-08 01:10:25 -0700
commitdd3e44457abf1e560a193bee647003974e132e95 (patch)
treeb73346eadcda8b3fd4735930a89bb49aa892914d /pkgs/tools/security/terrascan
parent362edb196260f96af17b189f38ac8636b8cc4a63 (diff)
downloadnixpkgs-dd3e44457abf1e560a193bee647003974e132e95.tar
nixpkgs-dd3e44457abf1e560a193bee647003974e132e95.tar.gz
nixpkgs-dd3e44457abf1e560a193bee647003974e132e95.tar.bz2
nixpkgs-dd3e44457abf1e560a193bee647003974e132e95.tar.lz
nixpkgs-dd3e44457abf1e560a193bee647003974e132e95.tar.xz
nixpkgs-dd3e44457abf1e560a193bee647003974e132e95.tar.zst
nixpkgs-dd3e44457abf1e560a193bee647003974e132e95.zip
terrascan: 1.4.0 -> 1.5.1
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 0d7c3d2863c..e8d080a132c 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.4.0";
+  version = "1.5.1";
 
   src = fetchFromGitHub {
     owner = "accurics";
     repo = pname;
     rev = "v${version}";
-    sha256 = "sha256-YUrvdleH332fWDgq8AwUdXkFC7m9ap+OVuQhKlxZfII=";
+    sha256 = "sha256-pQuCVDXO9sXqCayoSAuxnzUBURJN+W2MZlzC/nV0wUc=";
   };
 
-  vendorSha256 = "sha256-CzJ83MsBetrzbBT+fmz8F8MjdrManJAd4xpykh/2938=";
+  vendorSha256 = "sha256-W3RXjjR90nfidkUldKNK0QAmI78SvtgHrZTWMzpqtMs=";
 
   # tests want to download a vulnerable Terraform project
   doCheck = false;