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
15 changes: 15 additions & 0 deletions conf/waivers/productization
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,16 @@
/scanning/disa-alignment/[^/]+/rsyslog_remote_access_monitoring
rhel == 9

# https://github.com/ComplianceAsCode/content/issues/14389
# package_tftp-server_removed is not applicable to DISA content
/scanning/disa-alignment/.+/package_tftp-server_removed
rhel == 9

# https://github.com/ComplianceAsCode/content/issues/14390
# The rule is failing on DISA content
/scanning/disa-alignment/(oscap|ansible)/mount_option_nodev_nonroot_local_partitions
rhel == 8

# RHEL10 - No official RHEL10 STIG benchmark yet
/static-checks/rule-identifiers/stig/stigid/.*
/static-checks/rule-identifiers/stig/stigref/.*
Expand Down Expand Up @@ -206,6 +216,11 @@
/per-rule/.+/ensure_redhat_gpgkey_installed/.*
rhel == 10.2

# https://github.com/ComplianceAsCode/content/issues/14388
# Remediation outputs /etc/systemd/logind.conf.d does not exist
/hardening/.+/logind_session_timeout
rhel == 9 or rhel == 10

# test scenarios for some rules which were I believe recently added to rhel8 datastream fail
# https://github.com/ComplianceAsCode/content/issues/14289
/per-rule/.+/accounts_password_pam_unix_enabled/correct.pass
Expand Down
1 change: 1 addition & 0 deletions ruff.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ ignore = [
"RUF010", # explicit-f-string-type-conversion
"RUF012", # mutable-class-default
"RUF067", # non-empty-init-module
"RUF069", # float-equality-comparison
"RUF100", # unused-noqa

# rules from preview
Expand Down