Constantin Bugneac
Constantin Bugneac
### Community Note * Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the community and maintainers prioritize this request * Please do...
**Describe the issue** Running on GitHub Actions using pip install: ```yaml - name: Install Python uses: actions/setup-python@v4 with: python-version: 3.11 cache: pip - name: Install Checkov run: pip install -r...
**What this PR does / why we need it**: Add support to define (overwrite) SecurityContext for containers & pod security context. **Which issue(s) this PR fixes** *(optional, using `fixes #(,...
**Describe the solution you'd like** One of requirements from our Cyber security team is to drop capabilities where possible to improve security posture (reduce attack surface) for containers running in...
I have a local Chart in the ingress-class directory which is deployed to K8s cluster: ``` . ├── ingress-class │ ├── Chart.yaml │ ├── templates │ │ ├── ingress-class-params.yaml │...
**Is your feature request related to a problem? Please describe.** At the moment docker image runs as root user which is not good from security perspective. **Describe the solution you'd...
**Is your feature request related to a problem? Please describe.** Trivy scan finds issues in container image. ```bash $ trivy image ealen/echo-server ... ealen/echo-server (alpine 3.16.1) ================================= Total: 17 (UNKNOWN:...
**What would you like to be added**: Include the `level` in the JSON log messages. **Why is this needed**: So that it's clear what type of log messages are these,...
**Describe the user need** At the moment the helm chart provides information on chart version only which is difficult to map to corresponding app version. ```shell $ helm search repo...