Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
小 白蛋
Datree
Commits
2aa3c220
Commit
2aa3c220
authored
2 years ago
by
Roy Hadad
Browse files
Options
Download
Email Patches
Plain Diff
update readmen
parent
8dece5b9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
internal/fixtures/regoDemo/README.md
+4
-4
internal/fixtures/regoDemo/README.md
with
4 additions
and
4 deletions
+4
-4
internal/fixtures/regoDemo/README.md
+
4
-
4
View file @
2aa3c220
...
...
@@ -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 f
or e
xecution errors (a lot of work!)
4.
error handling for execution errors (a lot of work!)
5.
think of m
or
e
e
dge cases
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment