Skip to content

Commit

Permalink
update README to remove security-group and user examples (those linte…
Browse files Browse the repository at this point in the history
…rs were removed) and add examples for generic YAML file
  • Loading branch information
Larry Hitchon committed Oct 5, 2018
1 parent 772c28f commit e6d09c0
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit e6d09c0

Please sign in to comment.