Files
regorus/tests/tmp-files-to-be-added-as-yaml-tests/rego_0.rego
T
Anand Krishnamoorthi cb0b3a1790 Code from github.com/anakrish/rego-rs
Authored by anakrish and mingweishih

Signed-off-by: Anand Krishnamoorthi <anakrish@microsoft.com>
2023-02-09 10:56:54 -08:00

6 lines
53 B
Rego

package test
accept {
input.date == "12/1/2022"
}