From c76369fe2caa668c5975177a28e402a68949ca98 Mon Sep 17 00:00:00 2001 From: Liz Rice <liz@lizrice.com> Date: Mon, 10 Jun 2019 20:29:58 -0700 Subject: [PATCH] Add missing quote --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f7631e6..2fdb6af 100644 --- a/README.md +++ b/README.md @@ -234,7 +234,7 @@ These operations are: - `nothave`: tests if the flag value does not contain the compared value. - `regex`: tests if the flag value matches the compared value regular expression. -When defining regular expressions in YAML it is generally easier to wrap them in single quotes, for example `'^[abc]$`, to avoid issues with string escaping. +When defining regular expressions in YAML it is generally easier to wrap them in single quotes, for example `'^[abc]$'`, to avoid issues with string escaping. # Roadmap Going forward we plan to release updates to kube-bench to add support for new releases of the Benchmark, which in turn we can anticipate being made for each new Kubernetes release. -- GitLab