Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Extend the stable-profiles test #11617

Merged
merged 2 commits into from
Feb 22, 2024

Commits on Feb 22, 2024

  1. Extend the stable-profiles test

    We will add the following profiles to the stable-profiles test:
    - RHEL 7: CIS, PCI-DSS, STIG
    - RHEL 8: CIS
    - RHEL 9: CIS, PCI-DSS, STIG
    
    The test will fail the CI if a rule is added or removed from a profile.
    That is especially useful for the profiles that are generated from
    control files that are shared among multiple profiles or products. The
    test become more relevant after the prodtype removal, because now the
    inclusion of rules to a data stream is driven only by profiles.
    jan-cerny committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    138fbf4 View commit details
    Browse the repository at this point in the history
  2. Unify variable selection in CIS controls

    The login_banner_text variable is set multiple times but the setting
    isn't always the same so it overrides each other. The value that
    is consistent with each other is "cis_banners".
    jan-cerny committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    a22323b View commit details
    Browse the repository at this point in the history