Commit 2aa3c220 authored by Roy Hadad's avatar Roy Hadad
Browse files

update readmen

parent 8dece5b9
Showing with 4 additions and 4 deletions
+4 -4
......@@ -35,7 +35,7 @@ package main
deny[error] {
input.kind == "Deployment"
error := { "ruleID": "THIS_IS_THE_RULE_ID_1", "message":"message on failure for this rule, optional" }
error := { "ruleID": "REGO_RULE_1", "message":"message on failure, optional" }
}
```
......@@ -47,8 +47,8 @@ deny[error] {
# Stuff still left to implement:
1. support rego with publish (not just with --policy-config flag)
1. support rego with publish (not just with `--policy-config` flag)
2. validate the rego configuration on publish
3. support skip
4. make the "message" optional
5. error handling for execution errors (a lot of work!)
4. error handling for execution errors (a lot of work!)
5. think of more edge cases
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment