Add Debian 12 support in compliance.py
Background
Add current Debian Stable (12 - aka Bookworm) support
Acceptance Criteria
Debian support added
Definition of Done
-
Update json -
Project pipeline runs successfully -
All Acceptance Criteria have been completed
Add block to the compliance.py file:
"debian12-container": {
"profile": "xccdf_org.ssgproject.content_profile_anssi_np_nt28_average",
"securityGuide": "scap-security-guide-"
+ str(scap_version)
+ "/ssg-debian12-ds.xml",
},
Edited by Jeff Weatherford