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:
Achilleas Koutsou 2024-04-10 23:33:18 +02:00 committed by Sanne Raymaekers
parent 356a222b83
commit 809f2544ad
81 changed files with 6722 additions and 5341 deletions

View file

@ -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"