-
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
remove ApplicationProfileSummary creation #204
Conversation
PR Description updated to latest commit (ff8402c) |
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. |
PR Code Suggestions
✨ Improve tool usage guide:Overview:
See the improve usage page for a comprehensive guide on using this tool. |
Summary:
|
Summary:
|
Signed-off-by: Matthias Bertschy <[email protected]>
Summary:
|
User description
we need this before smart remediation GA
Type
enhancement, bug_fix
Description
ApplicationProfileSummary
across various components.ApplicationProfileSummary
creation.StorageClient
interface and its implementations to removeCreateApplicationProfileSummary
.github.com/kubescape/storage
dependency to v0.0.69.Changes walkthrough
applicationprofile_manager.go
Remove ApplicationProfileSummary Creation Logic
pkg/applicationprofilemanager/v1/applicationprofile_manager.go
ApplicationProfileSummary
insaveProfile
function.storage_interface.go
Interface Update by Removing CreateApplicationProfileSummary
pkg/storage/storage_interface.go
CreateApplicationProfileSummary
method fromStorageClient
interface.
storage_mock.go
Mock Storage Client Update
pkg/storage/storage_mock.go
ApplicationProfileSummaries
field andCreateApplicationProfileSummary
method.storage_nocache.go
Remove CreateApplicationProfileSummary Implementation
pkg/storage/v1/storage_nocache.go
CreateApplicationProfileSummary
.applicationprofile_manager_test.go
Update Tests for ApplicationProfileSummary Removal
pkg/applicationprofilemanager/v1/applicationprofile_manager_test.go
ApplicationProfileSummary
creation.go.mod
Update Kubescape Storage Dependency
go.mod
github.com/kubescape/storage
dependency from v0.0.67 tov0.0.69.
go.sum
Update Checksums for Storage Dependency
go.sum
github.com/kubescape/storage
dependency.