Skip to content

Commit

Permalink
update TODO in README
Browse files Browse the repository at this point in the history
  • Loading branch information
Larry Hitchon committed Mar 31, 2018
1 parent 69a86ab commit 6c8bfbf
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 13 deletions.
4 changes: 1 addition & 3 deletions README.md
Expand Up @@ -234,13 +234,11 @@ Rules:
* Region is hard-coded to us-east-1 for GetValueFromS3
* Use type switch as more idiomatic way to handle multiple types in match.go
* Start using go testing coverage tools
* Ruleset examples have Initial upper case for top level attributes, all lower case for rules
* Use log package for error reporting
* Deal with a few FIXME comments in code, mostly error handling
* Use the LintRules linter to implement a -validate option
* Should there be some pre-defined RuleSets?
* Would it be useful to have helper utilities to send output to CloudWatch/SNS/Kinesis?
* Consider adding -profile command line option, add this to RuleSet
profiles: [ { name: "profile1", ids: [ "A", "B", "C" ], tags: [ "A", "B", "C" ] ]
* Add variable interpolation for Terraform files
* Update value_from to handle JSON return values
* Need to include the search expression result that triggered a violation, include it in the Violation
10 changes: 0 additions & 10 deletions example-files/config/pod-bad-format.yml

This file was deleted.

0 comments on commit 6c8bfbf

Please sign in to comment.