From 6262f7e48882f381dea4a0751717f65e6abd212f Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sun, 31 Jul 2022 03:11:29 +0100 Subject: gentoo auto-resync : 31:07:2022 - 03:11:29 --- app-admin/kube-bench/kube-bench-0.6.8.ebuild | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 app-admin/kube-bench/kube-bench-0.6.8.ebuild (limited to 'app-admin/kube-bench/kube-bench-0.6.8.ebuild') diff --git a/app-admin/kube-bench/kube-bench-0.6.8.ebuild b/app-admin/kube-bench/kube-bench-0.6.8.ebuild new file mode 100644 index 000000000000..4d7ff54265c5 --- /dev/null +++ b/app-admin/kube-bench/kube-bench-0.6.8.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 +inherit go-module + +DESCRIPTION="Kubernetes Bench for Security runs the CIS Kubernetes Benchmark" +HOMEPAGE="https://github.com/aquasecurity/kube-bench" +SRC_URI="https://github.com/aquasecurity/kube-bench/archive/v${PV}.tar.gz -> ${P}.tar.gz" +SRC_URI+=" https://dev.gentoo.org/~williamh/dist/${P}-deps.tar.xz" + +LICENSE="Apache-2.0 MIT MPL-2.0 BSD BSD-2" +SLOT="0" +KEYWORDS="~amd64" + +src_compile() { + emake KUBEBENCH_VERSION=v${PV} build +} + +src_install() { + dobin ${PN} + insinto /etc/kube-bench + doins -r cfg +} + +src_test() { + emake tests +} -- cgit v1.2.3