Merge master into staging-next

This commit is contained in:
github-actions[bot]
2021-02-07 06:16:10 +00:00
committed by GitHub
19 changed files with 452 additions and 347 deletions

View File

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