-
Notifications
You must be signed in to change notification settings - Fork 23
CIS: skip enabling gpgcheck on all yum repos #2058
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
Conversation
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.
Code Review
This pull request disables the CIS hardening rule that enforces GPG checks on all yum repositories to accommodate a specific repository (doca) that does not support it. While this resolves the immediate conflict, it introduces a security risk by disabling a critical verification step for all repositories. My review includes a suggestion for a more targeted and secure approach that addresses the repository conflict without weakening the overall system security.
|
Reno would be nice but fine as it is |
This conflicts with our configured doca repos, which need gpgcheck disabled.
b626b72 to
52b28d9
Compare
This conflicts with our configured doca repos, which need gpgcheck disabled.