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:
parent
de6b8e8f5b
commit
c264ce53cd
4 changed files with 12 additions and 23 deletions
|
|
@ -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}"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue