feat: init commit
This commit is contained in:
5
crates/burrego/examples/gatekeeper/always-reject.rego
Normal file
5
crates/burrego/examples/gatekeeper/always-reject.rego
Normal file
@@ -0,0 +1,5 @@
|
||||
package policy
|
||||
|
||||
violation[{"msg": msg}] {
|
||||
msg := "this is not allowed"
|
||||
}
|
||||
Reference in New Issue
Block a user