github.com/khulnasoft-lab/defsec@v1.0.5-0.20230827010352-5e9f46893d95/pkg/rego/testdata/policies/valid.rego (about) 1 # METADATA 2 # schemas: 3 # - input: schema["input"] 4 package defsec.test 5 6 deny { 7 input.Stages[0].Commands[0].Cmd == "lol" 8 }