[cip-dev][isar-cip-core][PATCH v2 03/12] Add github.com/ovh/debian-cis for the hardening validation
Quirin Gylstorff <[email protected]>
| Newsgroups | org.cip-project.lists.cip-dev |
|---|---|
| Message-ID | <[email protected]> |
This creates a Debian package out of https://github.com/ovh/debian-cis/ to validate the hardening level during runtime. Co-Authored-by: Felix Moessbauer <[email protected]> Signed-off-by: Quirin Gylstorff <[email protected]> --- .../cis-hardening/cis-hardening_4.1-6.bb | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 recipes-security/cis-hardening/cis-hardening_4.1-6.bb diff --git a/recipes-security/cis-hardening/cis-hardening_4.1-6.bb b/recipes-security/cis-hardening/cis-hardening_4.1-6.bb new file mode 100644 index 00000000..4245c45a --- /dev/null +++ b/recipes-security/cis-hardening/cis-hardening_4.1-6.bb @@ -0,0 +1,17 @@ +# +# CIP Core, generic profile +# +# Copyright (c) Siemens AG, 2026 +# +# Authors: +# Quirin Gylstorff <[email protected]> +# +# SPDX-License-Identifier: MIT +# + +inherit dpkg + +DPKG_ARCH = "all" + +SRC_URI = "git://github.com/ovh/debian-cis.git;protocol=https;destsuffix=${P};nobranch=1" +SRCREV = "efbd5b35ba32226e8950d52bd3f3444c702bbd84" -- 2.55.0