mirror of
https://git.yoctoproject.org/meta-security
synced 2026-04-20 11:29:37 +00:00
gitlab-ci: add building meta-security-compliance pkgs
Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
@@ -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
|
||||
|
||||
11
kas/qemux86-comp.yml
Normal file
11
kas/qemux86-comp.yml
Normal file
@@ -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
|
||||
Reference in New Issue
Block a user