From 3f8c06cfe40eeeb19e08ef9fdfe35bdd68163784 Mon Sep 17 00:00:00 2001 From: Davide Oddone Date: Fri, 18 Oct 2024 16:49:28 +0200 Subject: [PATCH] Fixed formatting --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5a0c391..5118029 100644 --- a/README.md +++ b/README.md @@ -27,8 +27,8 @@ The Terraform script roughly follows these steps: 5. Copy the helm folder to the master node and install helm. ### Next steps The script currently lacks: - - [] Capability of deploying an Helm application; - - [] Usage of Terraform outputs to populate Ansible files; + - [ ] Capability of deploying an Helm application; + - [ ] Usage of Terraform outputs to populate Ansible files; ### CIS Kubernetes Benchmark The CIS Benchamrk is one of (if not the) most popular benchmarks publicly available, and also has a simple way to implement it in a deployment pipeline using the [kube-bench](https://github.com/aquasecurity/kube-bench) implementation.