Merge pull request #144504 from fabaff/bump-tfsec

tfsec: 0.58.14 -> 0.58.15
This commit is contained in:
Mario Rodas 2021-11-03 20:59:12 -05:00 committed by GitHub
commit afbac154d1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,13 +5,13 @@
buildGoPackage rec {
pname = "tfsec";
version = "0.58.14";
version = "0.58.15";
src = fetchFromGitHub {
owner = "aquasecurity";
repo = pname;
rev = "v${version}";
sha256 = "sha256-NbuhZkU3QYoqeVVh7/G6P+IeixuakD0+7QXU6YC1VN4=";
sha256 = "102f984x6hpfjcshqd6s26c0lxjyr8rq6q4bwh9ymvrsxsylj3ng";
};
goPackagePath = "github.com/aquasecurity/tfsec";