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

Fixing two issues (CIS 1.2.3 and C-0030 were implemented incorrectly) #664

Merged
merged 2 commits into from
Feb 17, 2025

Conversation

slashben
Copy link
Contributor

@slashben slashben commented Feb 13, 2025

This pull request introduces a new control to ensure that the Kubernetes API server is configured to deny external IPs in services that fix CIS 1.2.3 check in version 1.10. Is also includes a fix on C-0030.

This should fix #656 and #660

New Control Addition

Rego Rules Implementation

Metadata and Test Cases

Minor Fixes

Copy link
Contributor

Summary:

  • License scan: failure
  • Credentials scan: failure
  • Vulnerabilities scan: failure
  • Unit test: success
  • Go linting: success

@YiscahLevySilas1 YiscahLevySilas1 merged commit ed3c88f into master Feb 17, 2025
25 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Control C-0030 fails on NetworkPolicies with only Ingress or Egress
3 participants