8000 Fix sshd_set_idle_timeout for RHEL 10 by jan-cerny · Pull Request #13411 · ComplianceAsCode/content · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Fix sshd_set_idle_timeout for RHEL 10 #13411

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

Merged
merged 2 commits into from
Apr 30, 2025

Conversation

jan-cerny
Copy link
Collaborator

It was failing Automatus test scenarios on RHEL 10 because the templated test scenarios don't count with the extend_definition in static rule OVAL.

It was failing Automatus test scenarios on RHEL 10 because the
templated test scenarios don't count with the extend_definition
in static rule OVAL.
@jan-cerny jan-cerny added the Test Suite Update in Test Suite. label Apr 29, 2025
@jan-cerny jan-cerny added this to the 0.1.77 milestone Apr 29, 2025
@Mab879 Mab879 self-assigned this Apr 29, 2025
@@ -34,7 +34,7 @@
{{%- endif %}}
<criterion comment="the configuration exists" test_ref="test_clientaliveinterval_present" />
</criteria>
{{%- if product not in ["ol8", "ol9", "rhel8", "rhel9"] %}}
{{%- if product not in ["ol8", "ol9", "rhel8", "rhel9", "rhel10"] %}}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can change this to 'rhel' in product?

@jan-cerny
Copy link
Collaborator Author

I have changed the condition

Copy link
codeclimate bot commented Apr 30, 2025

Code Climate has analyzed commit 4277807 and detected 0 issues on this pull request.

The test coverage on the diff in this pull request is 100.0% (50% is the threshold).

This pull request will bring the total coverage in the repository to 61.9% (0.0% change).

View more on Code Climate.

@Mab879 Mab879 merged commit 38bcedb into ComplianceAsCode:master Apr 30, 2025
110 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Test Suite Update in Test Suite.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants
0