kubescape: update to 4.0.8

This commit is contained in:
trustbyte
2026-05-12 21:18:39 +02:00
committed by Herby Gillot
parent c251251bc0
commit 6e9ce38624
+6 -6
View File
@@ -3,7 +3,7 @@
PortSystem 1.0
PortGroup golang 1.0
go.setup github.com/kubescape/kubescape 4.0.3 v
go.setup github.com/kubescape/kubescape 4.0.8 v
revision 0
description Tool for testing if Kubernetes is deployed securely as \
@@ -17,16 +17,16 @@ license Apache-2
maintainers {gmail.com:herby.gillot @herbygillot} \
openmaintainer
checksums rmd160 1019d768259ba61d16cb039af723a5650721b499 \
sha256 76c0565a5b3f61395d85ba31ba10034410724f308b6798c5c528e17989d20d5c \
size 9897349
checksums rmd160 f7a6559d8c4c2ad32f061d5514d094775dff35cd \
sha256 28866380b6c8a17c7548d5467aaf4197937602c673d8fed51b973e4aadee8298 \
size 9855075
# Allow Go to fetch dependencies at build time
go.offline_build no
build.pre_args-append -ldflags \" \
-X main.version=v${version} \
-X main.commit=b79488dca6a1e1dc3a1c602de082b0de47a32d91 \
-X main.date=20260315 \
-X main.commit=d7539c2264560a8685f59e89a731d6de833258a6 \
-X main.date=20260508 \
\"
build.cmd "${go.bin} mod tidy && ${go.bin} build"