Skip to content
Snippets Groups Projects
Unverified Commit c76369fe authored by Liz Rice's avatar Liz Rice Committed by GitHub
Browse files

Add missing quote

parent 7f2e9b52
No related branches found
No related tags found
No related merge requests found
......@@ -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.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment