aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.gitlab-ci.yml5
-rw-r--r--kas/qemux86-comp.yml11
2 files changed, 16 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index f1c844f..3a1687c 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -141,6 +141,11 @@ qemux86-harden:
script:
- kas build --target harden-image-minimal kas/$CI_JOB_NAME.yml
+qemux86-comp:
+ extends: .build
+ script:
+ - kas build --target security-build-image kas/$CI_JOB_NAME.yml
+
qemux86-test:
extends: .build
allow_failure: true
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