commit:     fc1bd13e7a5573b3fcf1b027f2756c3ea86b862a
Author:     Leonardo Hernández Hernández <leohdz172 <AT> proton <DOT> me>
AuthorDate: Sun Oct 15 18:07:27 2023 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Fri Dec  1 07:52:17 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc1bd13e

app-containers/docker-bench-security: add 1.6.0

Signed-off-by: Leonardo Hernández Hernández <leohdz172 <AT> proton.me>
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 app-containers/docker-bench-security/Manifest      |  1 +
 .../docker-bench-security-1.6.0.ebuild             | 24 ++++++++++++++++++++++
 2 files changed, 25 insertions(+)

diff --git a/app-containers/docker-bench-security/Manifest 
b/app-containers/docker-bench-security/Manifest
index 92012dead76a..349c578306b2 100644
--- a/app-containers/docker-bench-security/Manifest
+++ b/app-containers/docker-bench-security/Manifest
@@ -1 +1,2 @@
 DIST docker-bench-security-1.3.3.tar.gz 274361 BLAKE2B 
b0a3fef0fedd7353a11f18603af0a9bd5a9c5674df8e0c2988f3b7430739b1fe1c37b3bc29323f39604e8f9d3af66e4a64b97c1e4bb1ef253cc39e9b1e1cb6e2
 SHA512 
0b9a8bb3cc0bf0887f3b3462c3529568f6cc4d327f66fe482ceb24865a3df51ffee48a1a12c93ca13401f23bf1cd47b3e8b25c99537f63a823ff173d54994fe9
+DIST docker-bench-security-1.6.0.tar.gz 349131 BLAKE2B 
ce4700e3b7448365420adfb20ca3fa1fa5316157b1f587c40a1ea24e45312ac059a31f5fb152838442e19822c977855323f528d8ddca95eb11347a74606e5913
 SHA512 
1f3391946dd93540f99e8ea212c9d907d7939d248105082e81845e62eb2a08c4c5a1a32d13c93676ca31df1ee76079a804d36de1874341ed5da64806ea1c7c7b

diff --git 
a/app-containers/docker-bench-security/docker-bench-security-1.6.0.ebuild 
b/app-containers/docker-bench-security/docker-bench-security-1.6.0.ebuild
new file mode 100644
index 000000000000..45778b2f8d60
--- /dev/null
+++ b/app-containers/docker-bench-security/docker-bench-security-1.6.0.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="Test for best practices around deploying docker containers"
+HOMEPAGE="https://github.com/docker/docker-bench-security";
+SRC_URI="https://github.com/docker/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND=">=app-containers/docker-1.13"
+
+src_install() {
+       dobin "${FILESDIR}/docker-bench-security"
+       exeinto /usr/lib/${PN}
+       doexe ${PN}.sh
+       insinto /usr/lib/${PN}
+       doins -r functions/*.sh tests
+       dodoc -r img/benchmark_log.png CONTRIBUTING.md docker-compose.yml \
+                 Dockerfile MAINTAINERS README.md
+}

Reply via email to