Merge pull request #136225 from fabaff/bump-tfsec

tfsec: 0.58.5 -> 0.58.6
This commit is contained in:
Mario Rodas 2021-08-30 18:24:13 -05:00 committed by GitHub
commit 4740aebb08
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -5,13 +5,13 @@
buildGoPackage rec {
pname = "tfsec";
version = "0.58.5";
version = "0.58.6";
src = fetchFromGitHub {
owner = "aquasecurity";
repo = pname;
rev = "v${version}";
sha256 = "sha256-awTRECHHNGebzV08Qy2I6rX4eS2z07NZLsQFPoA0UXA=";
sha256 = "sha256-FTrzEVTmMxXshDOvlSmQEwekde621KIclpFm1oEduEo=";
};
goPackagePath = "github.com/aquasecurity/tfsec";