tfsec: add ldflags

This commit is contained in:
Mario Rodas 2020-07-08 18:55:18 -05:00
parent 4b0ab3f2a4
commit aa5ee82db2
No known key found for this signature in database
GPG Key ID: 325649BCA6D53027

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";