tfsec: add ldflags

This commit is contained in:
Mario Rodas
2020-07-08 18:55:18 -05:00
parent 4b0ab3f2a4
commit aa5ee82db2

View File

@@ -13,6 +13,8 @@ buildGoPackage rec {
goPackagePath = "github.com/liamg/tfsec";
buildFlagsArray = [ "-ldflags=-s -w -X ${goPackagePath}/version.Version=${version}" ];
meta = with lib; {
homepage = "https://github.com/liamg/tfsec";
description = "Static analysis powered security scanner for your terraform code";