summary refs log tree commit diff
path: root/pkgs/tools/security
diff options
context:
space:
mode:
authorFranz Pletz <fpletz@fnordicwalking.de>2022-02-11 02:14:43 +0100
committerGitHub <noreply@github.com>2022-02-11 02:14:43 +0100
commitb506de1d77bc7ce2ab0a3ea14d149de4128d5fa7 (patch)
tree5091f776924823e1340749de900d1d71ac774637 /pkgs/tools/security
parentd7f66d7b5a3fda1abf1f286c1b67a579f9ff2034 (diff)
parentfa6584683d860394d81b414d654c65fc48500384 (diff)
downloadnixpkgs-b506de1d77bc7ce2ab0a3ea14d149de4128d5fa7.tar
nixpkgs-b506de1d77bc7ce2ab0a3ea14d149de4128d5fa7.tar.gz
nixpkgs-b506de1d77bc7ce2ab0a3ea14d149de4128d5fa7.tar.bz2
nixpkgs-b506de1d77bc7ce2ab0a3ea14d149de4128d5fa7.tar.lz
nixpkgs-b506de1d77bc7ce2ab0a3ea14d149de4128d5fa7.tar.xz
nixpkgs-b506de1d77bc7ce2ab0a3ea14d149de4128d5fa7.tar.zst
nixpkgs-b506de1d77bc7ce2ab0a3ea14d149de4128d5fa7.zip
Merge pull request #159081 from fabaff/bump-terrascan
Diffstat (limited to 'pkgs/tools/security')
-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 4137f20dbbc..ea431f7272d 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.13.0";
+  version = "1.13.1";
 
   src = fetchFromGitHub {
     owner = "accurics";
     repo = pname;
     rev = "v${version}";
-    sha256 = "sha256-HV9WOJ8bWu8Uk1tXMZWqvo3ZvFiWLMGKmw6HzHBxSBY=";
+    sha256 = "sha256-GIonoedad/ruKN8DaFfFdW4l3ZWIM1NI5DtgBYPw+38=";
   };
 
-  vendorSha256 = "sha256-MB3/iIStqNBM9YnNaRpV4hbs1gZzWm+7B+qHHm0kOmU=";
+  vendorSha256 = "sha256-h/mSF4hJ3TS+4b3CCUEXVin8MRcPg8qEe90Mcxk0uVo=";
 
   # Tests want to download a vulnerable Terraform project
   doCheck = false;