KICS #375
Annotations
1 error and 12 warnings
Analyze
KICS scan failed with exit code 50
|
Analyze
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, github/codeql-action/upload-sarif@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Analyze
CodeQL Action v2 will be deprecated on December 5th, 2024. Please update all occurrences of the CodeQL Action in your workflow files to v3. For more information, see https://github.blog/changelog/2024-01-12-code-scanning-deprecation-of-codeql-action-v2/
|
[HIGH] Non Kube System Pod With Host Mount:
charts/registry/templates/tests/test-connection.yaml#L67
A non kube-system workload should not have hostPath mounted
|
[MEDIUM] Container Capabilities Unrestricted:
backend/postgres/docker-compose.yml#L24
Some capabilities are not needed in certain (or any) containers. Make sure that you only add capabilities that your container needs. Drop unnecessary capabilities as well.
|
[MEDIUM] Container Capabilities Unrestricted:
backend/loadtests/docker-compose.yml#L35
Some capabilities are not needed in certain (or any) containers. Make sure that you only add capabilities that your container needs. Drop unnecessary capabilities as well.
|
[MEDIUM] Container Capabilities Unrestricted:
backend/loadtests/docker-compose.yml#L53
Some capabilities are not needed in certain (or any) containers. Make sure that you only add capabilities that your container needs. Drop unnecessary capabilities as well.
|
[MEDIUM] Container Capabilities Unrestricted:
backend/loadtests/docker-compose.yml#L62
Some capabilities are not needed in certain (or any) containers. Make sure that you only add capabilities that your container needs. Drop unnecessary capabilities as well.
|
[MEDIUM] Container Capabilities Unrestricted:
backend/loadtests/docker-compose.yml#L25
Some capabilities are not needed in certain (or any) containers. Make sure that you only add capabilities that your container needs. Drop unnecessary capabilities as well.
|
[MEDIUM] Container Capabilities Unrestricted:
backend/postgres/docker-compose.yml#L34
Some capabilities are not needed in certain (or any) containers. Make sure that you only add capabilities that your container needs. Drop unnecessary capabilities as well.
|
[MEDIUM] Container Running As Root:
charts/registry/templates/tests/test-connection.yaml#L30
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/registry/templates/tests/test-connection.yaml#L30
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/registry/templates/registry/registry-deployment.yaml#L73
Check if containers are running with low UID, which might cause conflicts with the host's user table.
|