Files
trivy/policy/testdata/combine_exception/exceptions.rego
Teppei Fukuda cb66108f4d fix(config): change selector type (fanal#189)
* fix(config): change selector type

* test(policy): fix test data
2021-06-28 14:52:57 +03:00

9 lines
124 B
Rego

package namespace.exceptions
import data.namespaces
exception[ns] {
ns := data.namespaces[_]
ns == "testdata.xyz_300"
}