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

Change platform for rules related to partitions #12562

Merged

Commits on Nov 4, 2024

  1. Change platform for rules related to partitions

    Change platforms for rules in disk_partitioning and partitions group.
    These rules check mount options or existence of separate partitions.
    These rules should not be applicable when building bootable containers
    and also should be applicable on a running image mode system. Bootable
    containers and immutable systems have a different filesystem layout
    where many paths are read-only.
    jan-cerny committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    e5bdfc2 View commit details
    Browse the repository at this point in the history
  2. Fix ShellCheck problem

    jan-cerny committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    7c5c608 View commit details
    Browse the repository at this point in the history
  3. Move platform to group.yml

    The platform expression "not container and not bootc" is common for
    all rules in the "partitions" group.
    jan-cerny committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    d6161ef View commit details
    Browse the repository at this point in the history
  4. Move platform to group.yml

    The platform expression "not container and not bootc" is common for
    all rules in the "disk_partitioning" group.
    jan-cerny committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    b785ae3 View commit details
    Browse the repository at this point in the history