mirror of
https://git.yoctoproject.org/meta-security
synced 2026-07-15 15:37:18 +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:
|
script:
|
||||||
- kas build --target harden-image-minimal kas/$CI_JOB_NAME.yml
|
- 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:
|
qemux86-test:
|
||||||
extends: .build
|
extends: .build
|
||||||
allow_failure: true
|
allow_failure: true
|
||||||
|
|||||||
@@ -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