Skip to content

Commit

Permalink
Fix profile
Browse files Browse the repository at this point in the history
Signed-off-by: Lou DeGenaro <[email protected]>
  • Loading branch information
degenaro committed Feb 18, 2025
1 parent 830b09f commit 67686ca
Show file tree
Hide file tree
Showing 4 changed files with 33 additions and 179 deletions.
118 changes: 0 additions & 118 deletions profiles/OCP4_CIS/profile.json

This file was deleted.

60 changes: 0 additions & 60 deletions profiles/OCP4_CIS_NODE/profile.json

This file was deleted.

32 changes: 32 additions & 0 deletions profiles/cis-v8/profile.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
{
"profile": {
"uuid": "e18b932e-8468-4121-bedd-1dc6291b5030",
"metadata": {
"title": "CIS Controls",
"last-modified": "2025-02-17T09:20:02.565641-05:00",
"version": "1.0.0",
"oscal-version": "1.1.3"
},
"imports": [
{
"href": "catalogs/cis-v8/catalog.json",
"include-controls": [
{
"with-ids": [
"cisc-5",
"cisc-5.1",
"cisc-5.2",
"cisc-5.3",
"cisc-5.4",
"cisc-5.5",
"cisc-5.6"
]
}
]
}
],
"modify": {
"alters": []
}
}
}
2 changes: 1 addition & 1 deletion scripts/automation/regenerate_ssp.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ done

echo "Regenerating ssp using ${compdefs}"

trestle author ssp-generate -cd ocp4 -p RHEL9_CIS -o md_ssp/RHEL9-1_0_0
trestle author ssp-generate -cd ocp4 -p cis-v8 -o md_ssp/RHEL9-1_0_0

0 comments on commit 67686ca

Please sign in to comment.