566 KiB
566 KiB
hide | |
---|---|
|
Security Overview
Helm-Chart
Scan Results
Chart Object: gitea/charts/memcached/templates/common.yaml
Type | Misconfiguration ID | Check | Severity | Explaination | Links |
---|---|---|---|---|---|
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 'RELEASE-NAME-memcached' of Deployment 'RELEASE-NAME-memcached' should set 'securityContext.allowPrivilegeEscalation' to false |
|
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-memcached' should set 'securityContext.allowPrivilegeEscalation' to false |
|
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-memcached' of Deployment 'RELEASE-NAME-memcached' should add 'ALL' to 'securityContext.capabilities.drop' |
|
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-memcached' should add 'ALL' to 'securityContext.capabilities.drop' |
|
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-memcached' should set 'securityContext.runAsNonRoot' to true |
|
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-memcached' should set 'securityContext.readOnlyRootFilesystem' to true |
|
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-memcached' should set 'securityContext.privileged' to false |
|
Kubernetes Security Check | KSV020 | Runs with low user ID | LOW | Expand...Force the container to run with user ID > 10000 to avoid conflicts with the host’s user table.Container 'RELEASE-NAME-memcached' of Deployment 'RELEASE-NAME-memcached' should set 'securityContext.runAsUser' > 10000 |
|
Kubernetes Security Check | KSV020 | Runs with low user ID | LOW | Expand...Force the container to run with user ID > 10000 to avoid conflicts with the host’s user table.Container 'autopermissions' of Deployment 'RELEASE-NAME-memcached' should set 'securityContext.runAsUser' > 10000 |
|
Kubernetes Security Check | KSV021 | Runs with low group ID | LOW | Expand...Force the container to run with group ID > 10000 to avoid conflicts with the host’s user table.Container 'RELEASE-NAME-memcached' of Deployment 'RELEASE-NAME-memcached' should set 'securityContext.runAsGroup' > 10000 |
|
Kubernetes Security Check | KSV021 | Runs with low group ID | LOW | Expand...Force the container to run with group ID > 10000 to avoid conflicts with the host’s user table.Container 'autopermissions' of Deployment 'RELEASE-NAME-memcached' should set 'securityContext.runAsGroup' > 10000 |
|
Kubernetes Security Check | KSV030 | Default Seccomp profile not set | LOW | Expand...The RuntimeDefault/Localhost seccomp profile must be required, or allow specific additional profiles.Either Pod or Container should set 'securityContext.seccompProfile.type' to 'RuntimeDefault' |
|
Kubernetes Security Check | KSV030 | Default Seccomp profile not set | LOW | Expand...The RuntimeDefault/Localhost seccomp profile must be required, or allow specific additional profiles.Either Pod or Container should set 'securityContext.seccompProfile.type' to 'RuntimeDefault' |
|
Kubernetes Security Check | KSV105 | Containers must not set runAsUser to 0 | LOW | Expand...Containers should be forbidden from running with a root UID.securityContext.runAsUser should be set to a value greater than 0 |
|
Kubernetes Security Check | KSV106 | Container capabilities must only include NET_BIND_SERVICE | LOW | Expand...Containers must drop ALL capabilities, and are only permitted to add back the NET_BIND_SERVICE capability.container should drop all |
|
Kubernetes Security Check | KSV106 | Container capabilities must only include NET_BIND_SERVICE | LOW | Expand...Containers must drop ALL capabilities, and are only permitted to add back the NET_BIND_SERVICE capability.container should drop all |
Type | Misconfiguration ID | Check | Severity | Explaination | Links |
---|---|---|---|---|---|
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 'RELEASE-NAME-postgresql' of StatefulSet 'RELEASE-NAME-postgresql' should set 'securityContext.allowPrivilegeEscalation' to false |
|
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 StatefulSet 'RELEASE-NAME-postgresql' should set 'securityContext.allowPrivilegeEscalation' to false |
|
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-postgresql' of StatefulSet 'RELEASE-NAME-postgresql' should add 'ALL' to 'securityContext.capabilities.drop' |
|
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 StatefulSet 'RELEASE-NAME-postgresql' should add 'ALL' to 'securityContext.capabilities.drop' |
|
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 StatefulSet 'RELEASE-NAME-postgresql' should set 'securityContext.runAsNonRoot' to true |
|
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 'RELEASE-NAME-postgresql' of StatefulSet 'RELEASE-NAME-postgresql' should set 'securityContext.readOnlyRootFilesystem' to true |
|
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 StatefulSet 'RELEASE-NAME-postgresql' should set 'securityContext.readOnlyRootFilesystem' to true |
|
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 StatefulSet 'RELEASE-NAME-postgresql' should set 'securityContext.privileged' to false |
|
Kubernetes Security Check | KSV020 | Runs with low user ID | LOW | Expand...Force the container to run with user ID > 10000 to avoid conflicts with the host’s user table.Container 'RELEASE-NAME-postgresql' of StatefulSet 'RELEASE-NAME-postgresql' should set 'securityContext.runAsUser' > 10000 |
|
Kubernetes Security Check | KSV020 | Runs with low user ID | LOW | Expand...Force the container to run with user ID > 10000 to avoid conflicts with the host’s user table.Container 'autopermissions' of StatefulSet 'RELEASE-NAME-postgresql' should set 'securityContext.runAsUser' > 10000 |
|
Kubernetes Security Check | KSV021 | Runs with low group ID | LOW | Expand...Force the container to run with group ID > 10000 to avoid conflicts with the host’s user table.Container 'RELEASE-NAME-postgresql' of StatefulSet 'RELEASE-NAME-postgresql' should set 'securityContext.runAsGroup' > 10000 |
|
Kubernetes Security Check | KSV021 | Runs with low group ID | LOW | Expand...Force the container to run with group ID > 10000 to avoid conflicts with the host’s user table.Container 'autopermissions' of StatefulSet 'RELEASE-NAME-postgresql' should set 'securityContext.runAsGroup' > 10000 |
|
Kubernetes Security Check | KSV030 | Default Seccomp profile not set | LOW | Expand...The RuntimeDefault/Localhost seccomp profile must be required, or allow specific additional profiles.Either Pod or Container should set 'securityContext.seccompProfile.type' to 'RuntimeDefault' |
|
Kubernetes Security Check | KSV030 | Default Seccomp profile not set | LOW | Expand...The RuntimeDefault/Localhost seccomp profile must be required, or allow specific additional profiles.Either Pod or Container should set 'securityContext.seccompProfile.type' to 'RuntimeDefault' |
|
Kubernetes Security Check | KSV105 | Containers must not set runAsUser to 0 | LOW | Expand...Containers should be forbidden from running with a root UID.securityContext.runAsUser should be set to a value greater than 0 |
|
Kubernetes Security Check | KSV106 | Container capabilities must only include NET_BIND_SERVICE | LOW | Expand...Containers must drop ALL capabilities, and are only permitted to add back the NET_BIND_SERVICE capability.container should drop all |
|
Kubernetes Security Check | KSV106 | Container capabilities must only include NET_BIND_SERVICE | LOW | Expand...Containers must drop ALL capabilities, and are only permitted to add back the NET_BIND_SERVICE capability.container should drop all |
Type | Misconfiguration ID | Check | Severity | Explaination | Links |
---|---|---|---|---|---|
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 '1-init-directories' of Deployment 'RELEASE-NAME-gitea' should set 'securityContext.allowPrivilegeEscalation' to false |
|
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 '2-configure-gitea' of Deployment 'RELEASE-NAME-gitea' should set 'securityContext.allowPrivilegeEscalation' to false |
|
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 'RELEASE-NAME-gitea' of Deployment 'RELEASE-NAME-gitea' should set 'securityContext.allowPrivilegeEscalation' to false |
|
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-gitea' should set 'securityContext.allowPrivilegeEscalation' to false |
|
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 'postgresql-init' of Deployment 'RELEASE-NAME-gitea' should set 'securityContext.allowPrivilegeEscalation' to false |
|
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 '1-init-directories' of Deployment 'RELEASE-NAME-gitea' should add 'ALL' to 'securityContext.capabilities.drop' |
|
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 '2-configure-gitea' of Deployment 'RELEASE-NAME-gitea' should add 'ALL' to 'securityContext.capabilities.drop' |
|
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-gitea' of Deployment 'RELEASE-NAME-gitea' should add 'ALL' to 'securityContext.capabilities.drop' |
|
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-gitea' should add 'ALL' to 'securityContext.capabilities.drop' |
|
Kubernetes Security Check | KSV011 | CPU not limited | LOW | Expand...Enforcing CPU limits prevents DoS via resource exhaustion.Container '1-init-directories' of Deployment 'RELEASE-NAME-gitea' should set 'resources.limits.cpu' |
|
Kubernetes Security Check | KSV011 | CPU not limited | LOW | Expand...Enforcing CPU limits prevents DoS via resource exhaustion.Container '2-configure-gitea' of Deployment 'RELEASE-NAME-gitea' should set 'resources.limits.cpu' |
|
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 '1-init-directories' of Deployment 'RELEASE-NAME-gitea' should set 'securityContext.runAsNonRoot' to true |
|
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 '2-configure-gitea' of Deployment 'RELEASE-NAME-gitea' should set 'securityContext.runAsNonRoot' to true |
|
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-gitea' should set 'securityContext.runAsNonRoot' to true |
|
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 'postgresql-init' of Deployment 'RELEASE-NAME-gitea' should set 'securityContext.runAsNonRoot' to true |
|
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 '1-init-directories' of Deployment 'RELEASE-NAME-gitea' should set 'securityContext.readOnlyRootFilesystem' to true |
|
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 '2-configure-gitea' of Deployment 'RELEASE-NAME-gitea' should set 'securityContext.readOnlyRootFilesystem' to true |
|
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-gitea' should set 'securityContext.readOnlyRootFilesystem' to true |
|
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 'postgresql-init' of Deployment 'RELEASE-NAME-gitea' should set 'securityContext.readOnlyRootFilesystem' to true |
|
Kubernetes Security Check | KSV015 | CPU requests not specified | LOW | Expand...When containers have resource requests specified, the scheduler can make better decisions about which nodes to place pods on, and how to deal with resource contention.Container '1-init-directories' of Deployment 'RELEASE-NAME-gitea' should set 'resources.requests.cpu' |
|
Kubernetes Security Check | KSV015 | CPU requests not specified | LOW | Expand...When containers have resource requests specified, the scheduler can make better decisions about which nodes to place pods on, and how to deal with resource contention.Container '2-configure-gitea' of Deployment 'RELEASE-NAME-gitea' should set 'resources.requests.cpu' |
|
Kubernetes Security Check | KSV016 | Memory requests not specified | LOW | Expand...When containers have memory requests specified, the scheduler can make better decisions about which nodes to place pods on, and how to deal with resource contention.Container '1-init-directories' of Deployment 'RELEASE-NAME-gitea' should set 'resources.requests.memory' |
|
Kubernetes Security Check | KSV016 | Memory requests not specified | LOW | Expand...When containers have memory requests specified, the scheduler can make better decisions about which nodes to place pods on, and how to deal with resource contention.Container '2-configure-gitea' of Deployment 'RELEASE-NAME-gitea' should set 'resources.requests.memory' |
|
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-gitea' should set 'securityContext.privileged' to false |
|
Kubernetes Security Check | KSV018 | Memory not limited | LOW | Expand...Enforcing memory limits prevents DoS via resource exhaustion.Container '1-init-directories' of Deployment 'RELEASE-NAME-gitea' should set 'resources.limits.memory' |
|
Kubernetes Security Check | KSV018 | Memory not limited | LOW | Expand...Enforcing memory limits prevents DoS via resource exhaustion.Container '2-configure-gitea' of Deployment 'RELEASE-NAME-gitea' should set 'resources.limits.memory' |
|
Kubernetes Security Check | KSV020 | Runs with low user ID | LOW | Expand...Force the container to run with user ID > 10000 to avoid conflicts with the host’s user table.Container '1-init-directories' of Deployment 'RELEASE-NAME-gitea' should set 'securityContext.runAsUser' > 10000 |
|
Kubernetes Security Check | KSV020 | Runs with low user ID | LOW | Expand...Force the container to run with user ID > 10000 to avoid conflicts with the host’s user table.Container '2-configure-gitea' of Deployment 'RELEASE-NAME-gitea' should set 'securityContext.runAsUser' > 10000 |
|
Kubernetes Security Check | KSV020 | Runs with low user ID | LOW | Expand...Force the container to run with user ID > 10000 to avoid conflicts with the host’s user table.Container 'RELEASE-NAME-gitea' of Deployment 'RELEASE-NAME-gitea' should set 'securityContext.runAsUser' > 10000 |
|
Kubernetes Security Check | KSV020 | Runs with low user ID | LOW | Expand...Force the container to run with user ID > 10000 to avoid conflicts with the host’s user table.Container 'autopermissions' of Deployment 'RELEASE-NAME-gitea' should set 'securityContext.runAsUser' > 10000 |
|
Kubernetes Security Check | KSV020 | Runs with low user ID | LOW | Expand...Force the container to run with user ID > 10000 to avoid conflicts with the host’s user table.Container 'postgresql-init' of Deployment 'RELEASE-NAME-gitea' should set 'securityContext.runAsUser' > 10000 |
|
Kubernetes Security Check | KSV021 | Runs with low group ID | LOW | Expand...Force the container to run with group ID > 10000 to avoid conflicts with the host’s user table.Container '1-init-directories' of Deployment 'RELEASE-NAME-gitea' should set 'securityContext.runAsGroup' > 10000 |
|
Kubernetes Security Check | KSV021 | Runs with low group ID | LOW | Expand...Force the container to run with group ID > 10000 to avoid conflicts with the host’s user table.Container '2-configure-gitea' of Deployment 'RELEASE-NAME-gitea' should set 'securityContext.runAsGroup' > 10000 |
|
Kubernetes Security Check | KSV021 | Runs with low group ID | LOW | Expand...Force the container to run with group ID > 10000 to avoid conflicts with the host’s user table.Container 'RELEASE-NAME-gitea' of Deployment 'RELEASE-NAME-gitea' should set 'securityContext.runAsGroup' > 10000 |
|
Kubernetes Security Check | KSV021 | Runs with low group ID | LOW | Expand...Force the container to run with group ID > 10000 to avoid conflicts with the host’s user table.Container 'autopermissions' of Deployment 'RELEASE-NAME-gitea' should set 'securityContext.runAsGroup' > 10000 |
|
Kubernetes Security Check | KSV021 | Runs with low group ID | LOW | Expand...Force the container to run with group ID > 10000 to avoid conflicts with the host’s user table.Container 'postgresql-init' of Deployment 'RELEASE-NAME-gitea' should set 'securityContext.runAsGroup' > 10000 |
|
Kubernetes Security Check | KSV030 | Default Seccomp profile not set | LOW | Expand...The RuntimeDefault/Localhost seccomp profile must be required, or allow specific additional profiles.Either Pod or Container should set 'securityContext.seccompProfile.type' to 'RuntimeDefault' |
|
Kubernetes Security Check | KSV030 | Default Seccomp profile not set | LOW | Expand...The RuntimeDefault/Localhost seccomp profile must be required, or allow specific additional profiles.Either Pod or Container should set 'securityContext.seccompProfile.type' to 'RuntimeDefault' |
|
Kubernetes Security Check | KSV030 | Default Seccomp profile not set | LOW | Expand...The RuntimeDefault/Localhost seccomp profile must be required, or allow specific additional profiles.Either Pod or Container should set 'securityContext.seccompProfile.type' to 'RuntimeDefault' |
|
Kubernetes Security Check | KSV030 | Default Seccomp profile not set | LOW | Expand...The RuntimeDefault/Localhost seccomp profile must be required, or allow specific additional profiles.Either Pod or Container should set 'securityContext.seccompProfile.type' to 'RuntimeDefault' |
|
Kubernetes Security Check | KSV030 | Default Seccomp profile not set | LOW | Expand...The RuntimeDefault/Localhost seccomp profile must be required, or allow specific additional profiles.Either Pod or Container should set 'securityContext.seccompProfile.type' to 'RuntimeDefault' |
|
Kubernetes Security Check | KSV105 | Containers must not set runAsUser to 0 | LOW | Expand...Containers should be forbidden from running with a root UID.securityContext.runAsUser should be set to a value greater than 0 |
|
Kubernetes Security Check | KSV105 | Containers must not set runAsUser to 0 | LOW | Expand...Containers should be forbidden from running with a root UID.securityContext.runAsUser should be set to a value greater than 0 |
|
Kubernetes Security Check | KSV106 | Container capabilities must only include NET_BIND_SERVICE | LOW | Expand...Containers must drop ALL capabilities, and are only permitted to add back the NET_BIND_SERVICE capability.container should drop all |
|
Kubernetes Security Check | KSV106 | Container capabilities must only include NET_BIND_SERVICE | LOW | Expand...Containers must drop ALL capabilities, and are only permitted to add back the NET_BIND_SERVICE capability.container should drop all |
|
Kubernetes Security Check | KSV106 | Container capabilities must only include NET_BIND_SERVICE | LOW | Expand...Containers must drop ALL capabilities, and are only permitted to add back the NET_BIND_SERVICE capability.container should drop all |
|
Kubernetes Security Check | KSV106 | Container capabilities must only include NET_BIND_SERVICE | LOW | Expand...Containers must drop ALL capabilities, and are only permitted to add back the NET_BIND_SERVICE capability.container should drop all |
Containers
Detected Containers
tccr.io/truecharts/alpine:v3.16.0@sha256:16dc15f3d61a1e30b1df9f839e53636847b6097286b2b74c637b25fd8264f730
tccr.io/truecharts/postgresql:v14.4.0@sha256:9f88fe352b51208f9a8fa01a95c07a74751e72629d009230cfe18a427e30550c
'tccr.io/truecharts/gitea:v1.16.8@sha256:41322049f68a361e463ba1137574d380922a32719976fab0145fa0a78d32bbf3'
'tccr.io/truecharts/gitea:v1.16.8@sha256:41322049f68a361e463ba1137574d380922a32719976fab0145fa0a78d32bbf3'
tccr.io/truecharts/gitea:v1.16.8@sha256:41322049f68a361e463ba1137574d380922a32719976fab0145fa0a78d32bbf3
tccr.io/truecharts/alpine:v3.16.0@sha256:16dc15f3d61a1e30b1df9f839e53636847b6097286b2b74c637b25fd8264f730
tccr.io/truecharts/memcached:v1.6.15@sha256:b959d1cb3d5888410c78d3ca31aab88e200bbdac0a6231c82ac6283f7e8881b8
tccr.io/truecharts/alpine:v3.16.0@sha256:16dc15f3d61a1e30b1df9f839e53636847b6097286b2b74c637b25fd8264f730
tccr.io/truecharts/postgresql:v14.4.0@sha256:9f88fe352b51208f9a8fa01a95c07a74751e72629d009230cfe18a427e30550c
Scan Results
Container: tccr.io/truecharts/alpine:v3.16.0@sha256:16dc15f3d61a1e30b1df9f839e53636847b6097286b2b74c637b25fd8264f730 (alpine 3.16.0)
alpine
No Vulnerabilities found |
---|
Container: tccr.io/truecharts/postgresql:v14.4.0@sha256:9f88fe352b51208f9a8fa01a95c07a74751e72629d009230cfe18a427e30550c (debian 11.3)
debian
jar
No Vulnerabilities found |
---|
gobinary
Container: tccr.io/truecharts/gitea:v1.16.8@sha256:41322049f68a361e463ba1137574d380922a32719976fab0145fa0a78d32bbf3 (alpine 3.13.10)
alpine
gobinary
No Vulnerabilities found |
---|
gobinary
No Vulnerabilities found |
---|
Container: tccr.io/truecharts/alpine:v3.16.0@sha256:16dc15f3d61a1e30b1df9f839e53636847b6097286b2b74c637b25fd8264f730 (alpine 3.16.0)
alpine
No Vulnerabilities found |
---|
Container: tccr.io/truecharts/memcached:v1.6.15@sha256:b959d1cb3d5888410c78d3ca31aab88e200bbdac0a6231c82ac6283f7e8881b8 (debian 11.3)
debian
gobinary
Container: tccr.io/truecharts/alpine:v3.16.0@sha256:16dc15f3d61a1e30b1df9f839e53636847b6097286b2b74c637b25fd8264f730 (alpine 3.16.0)
alpine
No Vulnerabilities found |
---|
Container: tccr.io/truecharts/postgresql:v14.4.0@sha256:9f88fe352b51208f9a8fa01a95c07a74751e72629d009230cfe18a427e30550c (debian 11.3)
debian
jar
No Vulnerabilities found |
---|
gobinary