Skip to content

Commit

Permalink
Merge pull request #40 from ferricoxide/Issue_39
Browse files Browse the repository at this point in the history
Adds logic-block to support EL9
  • Loading branch information
ferricoxide authored May 8, 2024
2 parents 25e2343 + c019f05 commit 5dca98f
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions pillar/common/scap/map.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
'cpe': 'openscap/ssg-rhel7-cpe-dictionary.xml',
'profile': 'xccdf_org.ssgproject.content_profile_stig'
},
'scc_source': 'https://watchmaker.cloudarmor.io/repo/spawar/scc/scc-5.7.1.rhel7.x86_64.rpm'
'scc_source': 'https://watchmaker.cloudarmor.io/repo/spawar/scc/scc-5.9.rhel7.x86_64.rpm'
},
'8': {
'guide_patterns': [
Expand All @@ -86,7 +86,18 @@
'cpe': 'openscap/ssg-rhel8-cpe-dictionary.xml',
'profile': 'xccdf_org.ssgproject.content_profile_stig'
},
'scc_source': 'https://watchmaker.cloudarmor.io/repo/spawar/scc/scc-5.7.1.rhel8.x86_64.rpm'
'scc_source': 'https://watchmaker.cloudarmor.io/repo/spawar/scc/scc-5.9.rhel8.x86_64.rpm'
},
'9': {
'guide_patterns': [
'disa/stig-el' ~ grains['osmajorrelease'] ~ '-scap_1-3'
],
'oscap': {
'xccdf': 'openscap/ssg-' ~ os ~ '9-xccdf.xml',
'cpe': 'openscap/ssg-rhel9-cpe-dictionary.xml',
'profile': 'xccdf_org.ssgproject.content_profile_stig'
},
'scc_source': 'https://watchmaker.cloudarmor.io/repo/spawar/scc/scc-5.9.rhel9.x86_64.rpm'
}
}, grain='osmajorrelease')) %}

Expand Down

0 comments on commit 5dca98f

Please sign in to comment.