From c528ac9db81e23b5155daaa923ea96730c132b2d Mon Sep 17 00:00:00 2001 From: truecharts-bot Date: Wed, 15 Jun 2022 09:57:02 +0000 Subject: [PATCH] chore: Auto-update chart README [skip ci] --- charts/stable/homer/CHANGELOG.md | 9 +++++++++ charts/stable/homer/security.md | 1 - 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/charts/stable/homer/CHANGELOG.md b/charts/stable/homer/CHANGELOG.md index 354371055ea..c8a10b63b64 100644 --- a/charts/stable/homer/CHANGELOG.md +++ b/charts/stable/homer/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [homer-2.0.6](https://github.com/truecharts/apps/compare/homer-2.0.5...homer-2.0.6) (2022-06-15) + +#### Fix + +* run as non root ([#2895](https://github.com/truecharts/apps/issues/2895)) + + + ### [homer-2.0.5](https://github.com/truecharts/apps/compare/homer-2.0.4...homer-2.0.5) (2022-06-15) diff --git a/charts/stable/homer/security.md b/charts/stable/homer/security.md index 330a4306b0d..2c944338483 100644 --- a/charts/stable/homer/security.md +++ b/charts/stable/homer/security.md @@ -20,7 +20,6 @@ hide: | Kubernetes Security Check | KSV001 | Process can elevate its own privileges | MEDIUM |
Expand... A program inside the container can elevate its own privileges and run as root, which might give the program control over the container and node.


Container 'autopermissions' of Deployment 'RELEASE-NAME-homer' should set 'securityContext.allowPrivilegeEscalation' to false
|
Expand...https://kubernetes.io/docs/concepts/security/pod-security-standards/#restricted
https://avd.aquasec.com/appshield/ksv001
| | Kubernetes Security Check | KSV003 | Default capabilities not dropped | LOW |
Expand... The container should drop all default capabilities and add only those that are needed for its execution.


Container 'RELEASE-NAME-homer' of Deployment 'RELEASE-NAME-homer' should add 'ALL' to 'securityContext.capabilities.drop'
|
Expand...https://kubesec.io/basics/containers-securitycontext-capabilities-drop-index-all/
https://avd.aquasec.com/appshield/ksv003
| | Kubernetes Security Check | KSV003 | Default capabilities not dropped | LOW |
Expand... The container should drop all default capabilities and add only those that are needed for its execution.


Container 'autopermissions' of Deployment 'RELEASE-NAME-homer' should add 'ALL' to 'securityContext.capabilities.drop'
|
Expand...https://kubesec.io/basics/containers-securitycontext-capabilities-drop-index-all/
https://avd.aquasec.com/appshield/ksv003
| -| Kubernetes Security Check | KSV012 | Runs as root user | MEDIUM |
Expand... 'runAsNonRoot' forces the running image to run as a non-root user to ensure least privileges.


Container 'RELEASE-NAME-homer' of Deployment 'RELEASE-NAME-homer' should set 'securityContext.runAsNonRoot' to true
|
Expand...https://kubernetes.io/docs/concepts/security/pod-security-standards/#restricted
https://avd.aquasec.com/appshield/ksv012
| | Kubernetes Security Check | KSV012 | Runs as root user | MEDIUM |
Expand... 'runAsNonRoot' forces the running image to run as a non-root user to ensure least privileges.


Container 'autopermissions' of Deployment 'RELEASE-NAME-homer' should set 'securityContext.runAsNonRoot' to true
|
Expand...https://kubernetes.io/docs/concepts/security/pod-security-standards/#restricted
https://avd.aquasec.com/appshield/ksv012
| | Kubernetes Security Check | KSV014 | Root file system is not read-only | LOW |
Expand... An immutable root file system prevents applications from writing to their local disk. This can limit intrusions, as attackers will not be able to tamper with the file system or write foreign executables to disk.


Container 'autopermissions' of Deployment 'RELEASE-NAME-homer' should set 'securityContext.readOnlyRootFilesystem' to true
|
Expand...https://kubesec.io/basics/containers-securitycontext-readonlyrootfilesystem-true/
https://avd.aquasec.com/appshield/ksv014
| | Kubernetes Security Check | KSV017 | Privileged container | HIGH |
Expand... Privileged containers share namespaces with the host system and do not offer any security. They should be used exclusively for system containers that require high privileges.


Container 'autopermissions' of Deployment 'RELEASE-NAME-homer' should set 'securityContext.privileged' to false
|
Expand...https://kubernetes.io/docs/concepts/security/pod-security-standards/#baseline
https://avd.aquasec.com/appshield/ksv017
|