refactor: add deployment script for local deployment #2171
Annotations
10 warnings
KICS scan:
charts/puris/templates/backend-deployment.yaml#L51
Check if containers are running with low UID, which might cause conflicts with the host's user table.
|
KICS scan:
charts/puris/templates/frontend-deployment.yaml#L53
Check if containers are running with low UID, which might cause conflicts with the host's user table.
|
KICS scan:
charts/puris/templates/frontend-deployment.yaml#L51
Containers should drop 'ALL' or at least 'NET_RAW' capabilities
|
KICS scan:
charts/puris/templates/backend-deployment.yaml#L51
Containers should drop 'ALL' or at least 'NET_RAW' capabilities
|
KICS scan:
charts/puris/templates/backend-deployment.yaml#L51
Containers should be configured with a secure Seccomp profile to restrict potentially dangerous syscalls
|
KICS scan:
charts/puris/templates/frontend-deployment.yaml#L53
Containers should be configured with a secure Seccomp profile to restrict potentially dangerous syscalls
|
KICS scan:
charts/puris/templates/frontend-deployment.yaml#L43
Service Account Tokens are automatically mounted even if not necessary
|
KICS scan:
charts/puris/templates/backend-deployment.yaml#L43
Service Account Tokens are automatically mounted even if not necessary
|
KICS scan:
charts/puris/templates/backend-service.yaml#L24
Namespaces like 'default', 'kube-system' or 'kube-public' should not be used
|
KICS scan:
charts/puris/templates/frontend-serviceaccount.yaml#L26
Namespaces like 'default', 'kube-system' or 'kube-public' should not be used
|
Loading