Merge pull request #139511 from fabaff/bump-tfsec

tfsec: 0.58.9 -> 0.58.10
This commit is contained in:
Fabian Affolter 2021-09-26 12:07:29 +02:00 committed by GitHub
commit b5182c214f
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.9";
version = "0.58.10";
src = fetchFromGitHub {
owner = "aquasecurity";
repo = pname;
rev = "v${version}";
sha256 = "1i61xls3jj5w3cliqs28m1y6p47yav24m40zxa6kf0jj4s50m1d3";
sha256 = "sha256-VMnc4frDBAkVc9hqUdXAiJ2vNsK9NzkLOUaQWhQQUBU=";
};
goPackagePath = "github.com/aquasecurity/tfsec";