Merge master into staging-next

This commit is contained in:
github-actions[bot]
2021-02-12 06:16:24 +00:00
committed by GitHub
22 changed files with 754 additions and 906 deletions

View File

@@ -2,13 +2,13 @@
buildGoPackage rec {
pname = "tfsec";
version = "0.37.3";
version = "0.38.1";
src = fetchFromGitHub {
owner = "tfsec";
repo = pname;
rev = "v${version}";
sha256 = "sha256-36yiX/uTqjiG+ZdQUQGPiLxSxIXE6ThH/LMqBGnm1d8=";
sha256 = "sha256-ezTmtKR6ng3fuVJzLP81o0aoaqu3XPUMF0BIKFCwXdw=";
};
goPackagePath = "github.com/tfsec/tfsec";