From 5220b2f87f86e7786c445d5b0f4fe67edd25a470 Mon Sep 17 00:00:00 2001 From: Brendan Ryan Date: Thu, 18 Jul 2019 11:31:13 -0700 Subject: [PATCH] clarify scope in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1e2bb61..a019315 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # `ccheck` --- -`ccheck` is a command line application for writing tests against configuration files and data using the [`rego` query language](https://www.openpolicyagent.org/docs/latest). It was primarily written for checking Kubernetes config files, but is generic enough to be used for any "structured" data format. +`ccheck` is a command line application for writing tests against configuration files and data using the [`rego` query language](https://www.openpolicyagent.org/docs/latest). It's intended purpose is for checking kubernetes config files (`.json` or `.yaml`) but can be extended to support other file types. ## Usage