itsCheithanya
itsCheithanya
### Is there an existing issue for this? - [X] I have searched the existing issues. ### Describe the script Add a package.json file that contains the script as a...
## Describe your changes Added the update command for kubescape ``` kubescape update ``` ## Screenshots - If  Any (Optional) ## This PR fixes: Update command...
Improve kola argument processing for platform-specific options Implements logic to automatically infer the platform based on provided options for AWS, Azure, DO, ESX, GCP, OpenStack, and Packet. Ensures platform consistency...
**What type of PR is this?** I've fixed some documentation typos which I found needs to be corrected **What this PR does / why we need it**: **Which issue(s) this...
Don't give operator permissions to create CRDs if not needed Result of the change :  Reproduce the result: create a local values.yaml file with CRD creation disabled: ``` tetragonOperator:...
This fixes the bug that KubeArmor panics when not-enabled policy type is being received **Reproduce the issue :** Modify make run target in KubeArmor's Makefile to something like below such...
**Purpose of PR?**: When it comes to unorchestrated or non-kubernetes containers, right now KubeArmor works the best only with Docker runtime but not for containerd runtime,this PR fixes the issue...
**Purpose of PR?**: This PR aims to handle enforcement for unorchestrated rootfull Podman containers using OCI hook Fixes #1814 **Does this PR introduce a breaking change?** **If the changes in...
Fixes #484 Running karmor install with subcommand `non-k8s `will install kubearmor in non k8s env  
Added `injectCmd` command which represents the inject command to place the OCI hook configuration taking two required flag(s) `"cri-socket",` `"hook-dir" ` Works with [https://github.com/kubearmor/KubeArmor/pull/1874]( https://github.com/kubearmor/KubeArmor/pull/1874)