deps: update images to v0.54.0
Update images dependency and adjust import paths for distro package changes. Signed-off-by: Achilleas Koutsou <achilleas@koutsou.net>
This commit is contained in:
parent
356a222b83
commit
809f2544ad
81 changed files with 6722 additions and 5341 deletions
3
vendor/github.com/osbuild/images/pkg/customizations/oscap/oscap.go
generated
vendored
3
vendor/github.com/osbuild/images/pkg/customizations/oscap/oscap.go
generated
vendored
|
|
@ -19,6 +19,9 @@ const (
|
|||
AnssiBp28High Profile = "xccdf_org.ssgproject.content_profile_anssi_bp28_high"
|
||||
AnssiBp28Intermediary Profile = "xccdf_org.ssgproject.content_profile_anssi_bp28_intermediary"
|
||||
AnssiBp28Minimal Profile = "xccdf_org.ssgproject.content_profile_anssi_bp28_minimal"
|
||||
CcnAdvanced Profile = "xccdf_org.ssgproject.content_profile_ccn_advanced"
|
||||
CcnBasic Profile = "xccdf_org.ssgproject.content_profile_ccn_basic"
|
||||
CcnIntermediate Profile = "xccdf_org.ssgproject.content_profile_ccn_intermediate"
|
||||
Cis Profile = "xccdf_org.ssgproject.content_profile_cis"
|
||||
CisServerL1 Profile = "xccdf_org.ssgproject.content_profile_cis_server_l1"
|
||||
CisWorkstationL1 Profile = "xccdf_org.ssgproject.content_profile_cis_workstation_l1"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue