-
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
Feature/upper layer #192
base: main
Are you sure you want to change the base?
Feature/upper layer #192
Conversation
Signed-off-by: Amit Schendel <amitschendel@gmail.com>
Signed-off-by: Amit Schendel <amitschendel@gmail.com>
PR Description updated to latest commit (d58c93c) |
PR Review
✨ Review tool usage guide:Overview:
With a configuration file, use the following template:
See the review usage page for a comprehensive guide on using this tool. |
PR Code Suggestions
✨ Improve tool usage guide:Overview:
With a configuration file, use the following template:
See the improve usage page for a more comprehensive guide on using this tool. |
Signed-off-by: Amit Schendel <amitschendel@gmail.com>
✨ Artifacts are available here. |
✨ Artifacts are available here. |
Type
enhancement
Description
kubescape/kapprofiler
to versionv0.0.60
, which includes support for theUpperLayer
property.ProcessEvent
method inr1001_exec_binary_not_in_base_image.go
by directly utilizing theUpperLayer
property, removing the need for multiple helper functions.UpperLayer
property in test data.Changes walkthrough
r1001_exec_binary_not_in_base_image.go
Simplify Exec Binary Upper Layer Check
pkg/engine/rule/r1001_exec_binary_not_in_base_image.go
ProcessEvent
method by directly checking theUpperLayer
property of
execEvent
.IsExecBinaryInUpperLayer
function and related functions,simplifying the codebase.
r1001_exec_binary_not_in_base_image_test.go
Update Tests for Upper Layer Property Usage
pkg/engine/rule/r1001_exec_binary_not_in_base_image_test.go
UpperLayer
property usage.go.mod
Bump kapprofiler Dependency
go.mod
kubescape/kapprofiler
dependency fromv0.0.59
tov0.0.60
.go.sum
Update Checksums for kapprofiler
go.sum
kubescape/kapprofiler
following the versionbump.