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

Update README.md

parent 45cf25e0
No related branches found
No related tags found
No related merge requests found
...@@ -105,3 +105,6 @@ These operations are: ...@@ -105,3 +105,6 @@ These operations are:
- `lte`: tests if the flag value is less than or equal to the compared value. - `lte`: tests if the flag value is less than or equal to the compared value.
- `has`: tests if the flag value contains the compared value. - `has`: tests if the flag value contains the compared value.
- `nothave`: tests if the flag value does not contain the compared value. - `nothave`: tests if the flag value does not contain the compared value.
# Roadmap
The tests are up-to-date with the CIS Benchmark 1.1.0, which refers to Kubernetes 1.7. Going forward we should release updates to kube-bench to reflect 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