Merge pull request #165943 from fabaff/bump-tfsec
tfsec: 1.13.2 -> 1.15.0
This commit is contained in:
commit
b13597a821
@ -5,13 +5,13 @@
|
|||||||
|
|
||||||
buildGoModule rec {
|
buildGoModule rec {
|
||||||
pname = "tfsec";
|
pname = "tfsec";
|
||||||
version = "1.13.2";
|
version = "1.15.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "aquasecurity";
|
owner = "aquasecurity";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "sha256-ixiuAm1MCLS7daUwiFUPoO86YOoz9qEkQT5i/YlIdf0=";
|
sha256 = "sha256-4YojzVwvPc+9Mn+xyRMxGEKv68eekXpH0RzSsrd8voY=";
|
||||||
};
|
};
|
||||||
|
|
||||||
ldflags = [
|
ldflags = [
|
||||||
@ -21,7 +21,7 @@ buildGoModule rec {
|
|||||||
# "-extldflags '-fno-PIC -static'"
|
# "-extldflags '-fno-PIC -static'"
|
||||||
];
|
];
|
||||||
|
|
||||||
vendorSha256 = "sha256-WlZJvBIdJCMA+GJ0svEzwqrdPz2wnlJx/csVarjyExw=";
|
vendorSha256 = "sha256-/r1KMX5YqJ3bVXNYJWv10cHkBQMuS90KMGXWUB6Idw8=";
|
||||||
|
|
||||||
subPackages = [
|
subPackages = [
|
||||||
"cmd/tfsec"
|
"cmd/tfsec"
|
||||||
|
Loading…
Reference in New Issue
Block a user