Skip to content

KICS

KICS #123

Manually triggered May 2, 2023 08:19
Status Success
Total duration 1m 26s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

kics.yml

on: workflow_dispatch
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