projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5fc9cc2
)
app-admin/kube-bench: Add -mod vendor flag
author
Manuel Rüger
<mrueg@gentoo.org>
Mon, 7 Oct 2019 14:16:08 +0000
(16:16 +0200)
committer
Manuel Rüger
<mrueg@gentoo.org>
Mon, 7 Oct 2019 14:16:08 +0000
(16:16 +0200)
Package-Manager: Portage-2.3.76, Repoman-2.3.16
Signed-off-by: Manuel Rüger <mrueg@gentoo.org>
app-admin/kube-bench/kube-bench-0.0.34.ebuild
patch
|
blob
|
history
diff --git
a/app-admin/kube-bench/kube-bench-0.0.34.ebuild
b/app-admin/kube-bench/kube-bench-0.0.34.ebuild
index 5efb03763d5ce4092169d59c7ee9350099179535..cf7b9e1eb7265af88456a39dbb772fcb873c9a3e 100644
(file)
--- a/
app-admin/kube-bench/kube-bench-0.0.34.ebuild
+++ b/
app-admin/kube-bench/kube-bench-0.0.34.ebuild
@@
-49,7
+49,7
@@
RESTRICT="test"
src_compile() {
pushd src/${EGO_PN} || die
- GOPATH="${S}" go build -v -ldflags "-X github.com/aquasecurity/kube-bench/cmd.KubeBenchVersion=${PV}" -o ${PN} . || die
+ GOPATH="${S}" go build -
mod vendor -
v -ldflags "-X github.com/aquasecurity/kube-bench/cmd.KubeBenchVersion=${PV}" -o ${PN} . || die
popd || die
}