-
Notifications
You must be signed in to change notification settings - Fork 765
Remove file_owner_var_log_messages bash remediation #13488
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
Remove file_owner_var_log_messages bash remediation #13488
Conversation
Signed-off-by: Armando Acosta <armando.acosta@oracle.com>
|
Hi @mrkanon. Thanks for your PR. I'm waiting for a ComplianceAsCode member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. DetailsInstructions 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-sigs/prow repository. |
|
I suspect that this file should be removed altogether. All products use the template since #13192. |
Ok, then I will remove it |
It remove the bash remediation from file_owner_var_log_messages rule since all products use the template Signed-off-by: Armando Acosta <armando.acosta@oracle.com>
|
Code Climate has analyzed commit 50191f4 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. |
|
@dodys Does this look good? |
dodys
left a comment
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.
lgtm, thanks!
Description:
Rename
file_owner_var_log_messages/bash/shared.shtofile_owner_var_log_messages/bash/ubuntu.shRationale:
When a product is not Ubuntu the bash remediation is not generated by the template.