KICS #783
Annotations
1 error and 10 warnings
Analyze
KICS scan failed with exit code 50
|
[HIGH] Privilege Escalation Allowed:
docs/consultation/environments/sharedidp/blue/postgresql-db-shared-blue-statefulset.yaml#L49
Containers should not run with allowPrivilegeEscalation in order to prevent them from gaining more privileges than their parent process
|
[HIGH] Privilege Escalation Allowed:
docs/consultation/environments/centralidp/blue/postgresql-db-central-blue-statefulset.yaml#L49
Containers should not run with allowPrivilegeEscalation in order to prevent them from gaining more privileges than their parent process
|
[MEDIUM] Container Running As Root:
docs/consultation/environments/sharedidp/blue/postgresql-db-shared-blue-statefulset.yaml#L49
Containers should only run as non-root user. This limits the exploitability of security misconfigurations and restricts an attacker's possibilities in case of compromise
|
[MEDIUM] Container Running As Root:
docs/consultation/environments/centralidp/blue/postgresql-db-central-blue-statefulset.yaml#L49
Containers should only run as non-root user. This limits the exploitability of security misconfigurations and restricts an attacker's possibilities in case of compromise
|
[MEDIUM] Container Running With Low UID:
charts/centralidp/templates/job-seeding.yaml#L32
Check if containers are running with low UID, which might cause conflicts with the host's user table.
|
[MEDIUM] Container Running With Low UID:
charts/centralidp/templates/job-seeding.yaml#L259
Check if containers are running with low UID, which might cause conflicts with the host's user table.
|
[MEDIUM] Container Running With Low UID:
charts/centralidp/templates/job-seeding.yaml#L229
Check if containers are running with low UID, which might cause conflicts with the host's user table.
|
[MEDIUM] Container Running With Low UID:
docs/consultation/environments/sharedidp/blue/postgresql-db-shared-blue-statefulset.yaml#L49
Check if containers are running with low UID, which might cause conflicts with the host's user table.
|
[MEDIUM] Container Running With Low UID:
docs/consultation/environments/centralidp/blue/postgresql-db-central-blue-statefulset.yaml#L49
Check if containers are running with low UID, which might cause conflicts with the host's user table.
|
[MEDIUM] Memory Limits Not Defined:
charts/centralidp/templates/job-seeding.yaml#L229
Memory limits should be defined for each container. This prevents potential resource exhaustion by ensuring that containers consume not more than the designated amount of memory
|