Skip to content

Commit

Permalink
Merge pull request #10381 from jan-cerny/issue10370_stabil
Browse files Browse the repository at this point in the history
Add CPE OVAL to the checklist catalog
  • Loading branch information
Mab879 authored Mar 28, 2023
2 parents 2f04dcc + 9f67448 commit e544b52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-scripts/compose_ds.py
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ def compose_ds(
cpe_dict_dependencies = [cpe_oval_file_name]
add_component(
ds_collection, dictionaries, cpe_dict_file_name, cpe_dict_dependencies)
xccdf_dependencies = [oval_file_name, ocil_file_name]
xccdf_dependencies = [oval_file_name, ocil_file_name, cpe_oval_file_name]
add_component(
ds_collection, checklists, xccdf_file_name, xccdf_dependencies)
add_component(ds_collection, checks, oval_file_name)
Expand Down

0 comments on commit e544b52

Please sign in to comment.