-
Notifications
You must be signed in to change notification settings - Fork 712
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
Fix jinja comment variable definition in sysctl OVAL template #9400
Fix jinja comment variable definition in sysctl OVAL template #9400
Conversation
Code Climate has analyzed commit 7ed3069 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 42.5% (0.0% change). View more on Code Climate. |
@ggbecker: The following tests failed, say
Full PR test history. Your PR dashboard. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, the failing tests are either CI problem or a long standing issue in the content (Pakit).
I checked the OVAL output for the With this patch it gets better, like this: However, in this case it is still missing an |
From the template input for The sequence will be valid when you define a list in the template input. |
I overlooked the sysctl parameter name, which is indeed expecting a range. All fine so. |
Description: