From dbca3eae4ac72fcfa1fbc64d824b82f35055bd1b Mon Sep 17 00:00:00 2001 From: Lucas Teixeira Date: Tue, 28 Nov 2023 18:07:03 -0300 Subject: [PATCH] add check from namespace default --- checks.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/checks.md b/checks.md index 4c33d69..b05e0b4 100644 --- a/checks.md +++ b/checks.md @@ -3,7 +3,7 @@ In the table below, you can view all checks present on Marvin. Click on the #ID column item for more details about each check. | Framework | # ID | Severity | Message | -|------------------|---------------------------------------------------------------------------|----------|--------------------------------------------------| +|------------------|---------------------------------------------------------------------------|----------|-----------------------------------------------------| | CIS Benchmarks | [M-500](/internal/builtins/cis/M-500_default_namespace.yaml) | Medium | Workloads in default namespace | | General | [M-400](/internal/builtins/general/M-400_image_tag_latest.yaml) | Medium | Image tagged latest | | | [M-401](/internal/builtins/general/M-401_unmanaged_pod.yaml) | Low | Unmanaged Pod |