-
Notifications
You must be signed in to change notification settings - Fork 5
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
Ephemeral containers #227
Ephemeral containers #227
Conversation
Signed-off-by: Amir Malka <[email protected]>
PR Description updated to latest commit (28b8f98) |
PR Review
✨ Review tool usage guide:Overview: The tool can be triggered automatically every time a new PR is opened, or can be invoked manually by commenting on any PR.
See the review usage page for a comprehensive guide on using this tool. |
…into ephemeral-containers
PR Code Suggestions
✨ Improve tool usage guide:Overview:
See the improve usage page for a comprehensive guide on using this tool. |
Signed-off-by: Amir Malka <[email protected]>
Signed-off-by: Amir Malka <[email protected]>
Summary:
|
Signed-off-by: Amir Malka <[email protected]>
Summary:
|
Signed-off-by: Amir Malka <[email protected]>
Summary:
|
User description
Overview
Type
enhancement
Description
go.mod
.ApplicationProfile
withephemeralContainers
.storage_mock.go
.Changes walkthrough
utils.go
Add Ephemeral Container Support in Utility Functions
pkg/utils/utils.go
ephemeralcontainerinstance
package.EphemeralContainer
inGetApplicationProfileContainer
,InsertApplicationProfileContainer
, andSetContainerType
functions.ToInstanceType
function to supportEphemeralContainer
.relevancy_manager.go
Support Ephemeral Containers in Relevancy Manager
pkg/relevancymanager/v1/relevancy_manager.go
EphemeralContainer
infindImageID
andfindImageTag
functions.
helpers.go
Enhance Helpers with Ephemeral Container Support
pkg/ruleengine/v1/helpers.go
ApplicationProfileContainer
and mount pathsfor
EphemeralContainers
.applicationprofile_manager.go
Handle Ephemeral Containers in Application Profile Manager
pkg/applicationprofilemanager/v1/applicationprofile_manager.go
EphemeralContainers
insaveProfile
function.storage_mock.go
Import Formatting Adjustment
pkg/storage/storage_mock.go
storage_test.go
Test Patching with Ephemeral Containers
pkg/storage/v1/storage_test.go
ApplicationProfile
withephemeralContainers
.go.mod
Update Dependencies
go.mod
github.com/cenkalti/backoff/v4
,github.com/kubescape/k8s-interface
, andgithub.com/kubescape/storage
.