-
Notifications
You must be signed in to change notification settings - Fork 85
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
feat: (recommend) Implement recommend functionality for Docker Client #461
base: main
Are you sure you want to change the base?
Conversation
Signed-off-by: tesla59 <[email protected]>
Signed-off-by: tesla59 <[email protected]>
Signed-off-by: tesla59 <[email protected]>
use a common interface to support other clients as well also create common Object{} to support different k8s obejcts such as Deployment, Daemonset etc Signed-off-by: tesla59 <[email protected]>
Signed-off-by: tesla59 <[email protected]>
Signed-off-by: tesla59 <[email protected]>
Signed-off-by: tesla59 <[email protected]>
Signed-off-by: tesla59 <[email protected]>
Signed-off-by: tesla59 <[email protected]>
Signed-off-by: tesla59 <[email protected]>
…rs as well Signed-off-by: tesla59 <[email protected]>
this removes dependency of recommend command on kubearmor Signed-off-by: tesla59 <[email protected]>
@daemon1024 please review |
Can you include screenshots of how it's working? |
Signed-off-by: tesla59 <[email protected]>
Signed-off-by: tesla59 <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Output directory is Is this intended? |
shouldn't this be ill check what is the issue with output directory name |
Signed-off-by: tesla59 <[email protected]>
Signed-off-by: tesla59 <[email protected]>
@rootxrishabh policy directory is fixed. it was due to |
@rootxrishabh also added commit to trim new line character in final report generation. it fixes the weird number of blank lines after reports table |
part of kubearmor/KubeArmor#1815