Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion conf/waivers/productization
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@

# https://github.com/ComplianceAsCode/content/issues/14541
/hardening/host-os/(oscap|ansible)/stig/chronyd_or_ntpd_set_maxpoll
rhel == 9 and arch == 'ppc64le'
rhel == 9 and arch in ('ppc64le', 's390x')

# https://github.com/ComplianceAsCode/content/issues/14546
/hardening/image-builder/(uefi/)?cis(_workstation_l2)?/ensure_redhat_gpgkey_installed
Expand Down
9 changes: 9 additions & 0 deletions hardening/image-builder/main.fmf
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,9 @@ extra-priority: 1
- when: distro != rhel-9 and distro != centos-stream-9
enabled: false
because: CCN profiles are only on RHEL-9
- when: distro ~< rhel-9.6
enabled: false
because: too old osbuild-composer to have the profile added

/ccn_intermediate:
tag+:
Expand All @@ -127,6 +130,9 @@ extra-priority: 1
- when: distro != rhel-9 and distro != centos-stream-9
enabled: false
because: CCN profiles are only on RHEL-9
- when: distro ~< rhel-9.6
enabled: false
because: too old osbuild-composer to have the profile added

/ccn_basic:
tag+:
Expand All @@ -135,3 +141,6 @@ extra-priority: 1
- when: distro != rhel-9 and distro != centos-stream-9
enabled: false
because: CCN profiles are only on RHEL-9
- when: distro ~< rhel-9.6
enabled: false
because: too old osbuild-composer to have the profile added
Loading