Skip to content

Commit

Permalink
Add CPE dict and CPE OVAL to final thin DS
Browse files Browse the repository at this point in the history
  • Loading branch information
Honny1 committed Mar 5, 2024
1 parent b230598 commit 7db8f8b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion build-scripts/compose_ds.py
Original file line number Diff line number Diff line change
Expand Up @@ -311,8 +311,11 @@ def _compose_multiple_ds(args):
for xccdf in glob.glob("{}/xccdf*.xml".format(args.multiple_ds)):
oval = xccdf.replace("xccdf", "oval")
ocil = xccdf.replace("xccdf", "ocil")
cpe_dict = xccdf.replace("xccdf", "cpe_dict")
cpe_oval = xccdf.replace("xccdf", "cpe_oval")

ds = compose_ds(
xccdf, oval, ocil, args.cpe_dict, args.cpe_oval, args.enable_sce
xccdf, oval, ocil, cpe_dict, cpe_oval, args.enable_sce
)
output_13 = _get_thin_ds_output_path(args.output_13, xccdf.replace("xccdf_", ""))
output_12 = None
Expand Down

0 comments on commit 7db8f8b

Please sign in to comment.