-
Notifications
You must be signed in to change notification settings - Fork 4
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
Khulnasoft #143
base: main
Are you sure you want to change the base?
Khulnasoft #143
Conversation
Signed-off-by: gitworkflows <[email protected]>
Signed-off-by: gitworkflows <[email protected]>
Reviewer's Guide by SourceryThis pull request updates dependencies, adds a new GKE benchmark, and modifies configurations and scripts for improved security and functionality. Class diagram for updated configuration structuresclassDiagram
class KubeletConfig {
+bool anonymousAuth
+string authorizationMode
+string clientCAFile
+int readOnlyPort
+string streamingConnectionIdleTimeout
+bool makeIPTablesUtilChains
+int eventRecordQPS
+bool rotateCertificates
+bool rotateKubeletServerCertificate
}
class SecurityConfig {
+bool enableBinauthz
+bool enableShieldedNodes
+bool enableWorkloadIdentity
+bool enableSecurityPosture
+bool enablePrivateEndpoint
}
class NetworkingConfig {
+bool enableVPCNative
+bool enablePrivateNodes
+bool enableFlowLogs
+bool enableSSLCertificates
}
SecurityConfig -- KubeletConfig
NetworkingConfig -- KubeletConfig
File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
Signed-off-by: NxPKG <[email protected]>
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #143 +/- ##
==========================================
- Coverage 64.40% 62.13% -2.27%
==========================================
Files 11 13 +2
Lines 1559 1957 +398
==========================================
+ Hits 1004 1216 +212
- Misses 499 685 +186
Partials 56 56 ☔ View full report in Codecov by Sentry. |
Addresses issue: #
Changes proposed in this pull request:
Summary by Sourcery
Update dependencies and container images, add support for GKE 1.6, and fix path issues in various CIS benchmark versions.
Enhancements:
Build:
golang:1.22.7
togolang:1.23.4
.findutils
to the Docker image.bash
to the Docker image.kubectl
to version 1.31.0.check_files_owner_in_dir.sh
into the Docker image and make it executable.alpine:3.20.3
toalpine:3.21.0
.Tests: