Skip to content

KICS

KICS #146

Triggered via schedule May 23, 2023 01:11
Status Success
Total duration 1m 9s
Artifacts

kics.yml

on: schedule
Fit to window
Zoom out
Zoom in

Annotations

3 warnings
[MEDIUM] Update Instruction Alone: Dockerfile#L13
Instruction 'RUN <package-manager> update' should always be followed by '<package-manager> install' in the same RUN statement
[MEDIUM] Using Unrecommended Namespace: charts/data-exchange/templates/secret.yaml#L24
Namespaces like 'default', 'kube-system' or 'kube-public' should not be used
[INFO] Using Kubernetes Native Secret Management: charts/data-exchange/templates/secret.yaml#L24
Kubernetes External Secret Storage and Management System usage should be considered if you have more complex secret management needs, rather than using Kubernetes Secrets directly. Additionally, ensure that access to secrets is carefully limited