Merge pull request #200716 from iFreilicht/master

tfsec: fix broken info links and version string
This commit is contained in:
Mario Rodas 2022-11-11 20:55:25 -05:00 committed by GitHub
commit bea1d37275
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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'"
];