itsCheithanya

Results 12 issues of 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...

enhancement
Up-For-Grab
Assigned
Javascript

## Describe your changes Added the update command for kubescape ``` kubescape update ``` ## Screenshots - If ![Screenshot from 2022-09-11 16-01-10](https://user-images.githubusercontent.com/85927700/189529781-a9e8b07b-80a7-47bb-aa48-4d818e894be7.png) 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...

needs-ok-to-test

**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 : ![image](https://github.com/cilium/tetragon/assets/85927700/fae3bc02-2028-4ba1-979c-c882d31a4fbb) Reproduce the result: create a local values.yaml file with CRD creation disabled: ``` tetragonOperator:...

release-note/minor
area/helm

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...

enhancement
roadmap
mentorship

Fixes #484 Running karmor install with subcommand `non-k8s `will install kubearmor in non k8s env ![image](https://github.com/user-attachments/assets/eb370685-60b3-4f04-9c0c-c9b9f8453475) ![image](https://github.com/user-attachments/assets/53b5fd30-b9f4-49e0-8ce3-0c6a6123cf47)

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)