tfsec: add ldflags
This commit is contained in:
parent
4b0ab3f2a4
commit
aa5ee82db2
@ -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";
|
||||
|
Loading…
x
Reference in New Issue
Block a user