Merge pull request #202014 from r-ryantm/auto-update/terrascan

terrascan: 1.16.0 -> 1.17.0

authored by Fabian Affolter and committed by GitHub c72035b1 e0d8501d

+3 -3
+3 -3
pkgs/tools/security/terrascan/default.nix
··· 5 5 6 6 buildGoModule rec { 7 7 pname = "terrascan"; 8 - version = "1.16.0"; 8 + version = "1.17.0"; 9 9 10 10 src = fetchFromGitHub { 11 11 owner = "accurics"; 12 12 repo = pname; 13 13 rev = "v${version}"; 14 - sha256 = "sha256-J54x3t3tgo5CUnYEhduOGw23MhAiqq/XudGmSQ3ENbs="; 14 + sha256 = "sha256-I7tA6FRsG3miIXibmBAFvanIyI8jgThrInQEzUCxvAs="; 15 15 }; 16 16 17 - vendorSha256 = "sha256-0ZwTE2FrBung7HAlklGIJlX76eRWa0ALNWjZpZijkzA="; 17 + vendorSha256 = "sha256-ahj67MoS+VXNlh5dRA722tq27JRQGaC7TejOVIAH8ms="; 18 18 19 19 # Tests want to download a vulnerable Terraform project 20 20 doCheck = false;