itsCheithanya

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