distro: add oscap packages to image

Since the oscap remediation stage in osbuild runs
the oscap package in `chroot`, it is necessary to
install the `openscap-scanner` package to the image
itself rather than the build root.
This commit is contained in:
Gianluca Zuccarelli 2022-08-15 15:42:56 +01:00 committed by Tomáš Hozza
parent de6b8e8f5b
commit c264ce53cd
4 changed files with 12 additions and 23 deletions

View file

@ -373,14 +373,6 @@ version = "0.0.1"
modules = []
groups = []
[[ packages ]]
name = "openscap-scanner"
version = "*"
[[ packages ]]
name = "scap-security-guide"
version = "*"
[customizations.openscap]
profile_id = "${PROFILE}"
datastream = "${DATASTREAM}"