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/kapprofilerto versionv0.0.60, which includes support for theUpperLayerproperty.ProcessEventmethod inr1001_exec_binary_not_in_base_image.goby directly utilizing theUpperLayerproperty, removing the need for multiple helper functions.UpperLayerproperty in test data.Changes walkthrough
r1001_exec_binary_not_in_base_image.go
Simplify Exec Binary Upper Layer Checkpkg/engine/rule/r1001_exec_binary_not_in_base_image.go
ProcessEventmethod by directly checking theUpperLayerproperty of
execEvent.IsExecBinaryInUpperLayerfunction and related functions,simplifying the codebase.
r1001_exec_binary_not_in_base_image_test.go
Update Tests for Upper Layer Property Usagepkg/engine/rule/r1001_exec_binary_not_in_base_image_test.go
UpperLayerproperty usage.go.mod
Bump kapprofiler Dependencygo.mod
kubescape/kapprofilerdependency fromv0.0.59tov0.0.60.go.sum
Update Checksums for kapprofilergo.sum
kubescape/kapprofilerfollowing the versionbump.