api: update image-builder api

Adds the new CCN profiles for RHEL9 & Centos 9
This commit is contained in:
Gianluca Zuccarelli 2024-09-27 13:15:33 +01:00 committed by Klara Simickova
parent 4ff13d7c13
commit 506e18af77
2 changed files with 6 additions and 0 deletions

View file

@ -868,6 +868,9 @@ export type DistributionProfileItem =
| "xccdf_org.ssgproject.content_profile_anssi_bp28_high"
| "xccdf_org.ssgproject.content_profile_anssi_bp28_intermediary"
| "xccdf_org.ssgproject.content_profile_anssi_bp28_minimal"
| "xccdf_org.ssgproject.content_profile_ccn_advanced"
| "xccdf_org.ssgproject.content_profile_ccn_basic"
| "xccdf_org.ssgproject.content_profile_ccn_intermediate"
| "xccdf_org.ssgproject.content_profile_cis"
| "xccdf_org.ssgproject.content_profile_cis_server_l1"
| "xccdf_org.ssgproject.content_profile_cis_workstation_l1"