Merge pull request #200716 from iFreilicht/master
tfsec: fix broken info links and version string
This commit is contained in:
commit
bea1d37275
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ buildGoModule rec {
|
|||
ldflags = [
|
||||
"-s"
|
||||
"-w"
|
||||
"-X github.com/aquasecurity/tfsec/version.Version=${version}"
|
||||
"-X github.com/aquasecurity/tfsec/version.Version=v${version}"
|
||||
## not sure if this is needed (https://github.com/aquasecurity/tfsec/blob/master/.goreleaser.yml#L6)
|
||||
# "-extldflags '-fno-PIC -static'"
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue