From e6d09c0eb398a12a622810ed1185a4ffc97dac2c Mon Sep 17 00:00:00 2001 From: Larry Hitchon Date: Fri, 5 Oct 2018 07:25:35 -0700 Subject: [PATCH] update README to remove security-group and user examples (those linters were removed) and add examples for generic YAML file --- README.md | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 59f9bfb..b4c6837 100644 --- a/README.md +++ b/README.md @@ -58,19 +58,12 @@ This type of linting allows the tool to lint its own rules. config-lint -rules example-files/rules/lint-rules.yml example-files/rules ``` -### Validate Existing Security Groups +### Validate a custom YAML file ``` -config-lint -rules example-files/rules/security-groups.yml +config-lint -rules example-files/rules/generic-yaml.yml example-files/config/generic.config ``` -### Validate Existing IAM Users - -``` -config-lint -rules example-files/rules/iam-users.yml -``` - - ## Using STDIN You can use "-" for the filename if you want the configuration data read from STDIN.