From 81288cdf4ed12608112f5b16903c72639f462ce9 Mon Sep 17 00:00:00 2001 From: Davide Oddone Date: Fri, 18 Oct 2024 16:59:25 +0200 Subject: [PATCH] Fixed typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a8fc950..86f30f4 100644 --- a/README.md +++ b/README.md @@ -34,4 +34,4 @@ The script currently lacks: 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. ## Linting -The project uses Github Actions as a CI tool, running [super-linter](https://github.com/super-linter/super-linter) on the entire codebase. +The project uses GitHub Actions as a CI tool, running [super-linter](https://github.com/super-linter/super-linter) on the entire codebase.