From e8c9e69c80ea2c525250e07db1024d8e34f1f0f8 Mon Sep 17 00:00:00 2001 From: Armin Kuster Date: Sun, 18 Oct 2020 20:34:34 -0700 Subject: gitlab-ci: add building meta-security-compliance pkgs Signed-off-by: Armin Kuster --- kas/qemux86-comp.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 kas/qemux86-comp.yml (limited to 'kas') diff --git a/kas/qemux86-comp.yml b/kas/qemux86-comp.yml new file mode 100644 index 0000000..14c5dca --- /dev/null +++ b/kas/qemux86-comp.yml @@ -0,0 +1,11 @@ +header: + version: 8 + includes: + - kas-security-base.yml + +local_conf_header: + meta-compliance: | + IMAGE_INSTALL_append = " lynis" + IMAGE_INSTALL_append = " openscap openscap-daemon scap-security-guide" + +machine: qemux86 -- cgit v1.2.3-54-g00ecf