Merge pull request #200716 from iFreilicht/master

tfsec: fix broken info links and version string

authored by Mario Rodas and committed by GitHub bea1d372 690bf171

+1 -1
+1 -1
pkgs/development/tools/analysis/tfsec/default.nix
··· 17 17 ldflags = [ 18 18 "-s" 19 19 "-w" 20 - "-X github.com/aquasecurity/tfsec/version.Version=${version}" 20 + "-X github.com/aquasecurity/tfsec/version.Version=v${version}" 21 21 ## not sure if this is needed (https://github.com/aquasecurity/tfsec/blob/master/.goreleaser.yml#L6) 22 22 # "-extldflags '-fno-PIC -static'" 23 23 ];