fix(config): change selector type (fanal#189)

* fix(config): change selector type

* test(policy): fix test data
This commit is contained in:
Teppei Fukuda
2021-06-28 14:52:57 +03:00
committed by GitHub
parent ac56d1c24d
commit cb66108f4d
25 changed files with 123 additions and 108 deletions

View File

@@ -3,6 +3,6 @@ package namespace.exceptions
import data.namespaces
exception[ns] {
ns := data.namespaces[_]
ns == "testdata.kubernetes.xyz_100"
ns := data.namespaces[_]
ns == "testdata.kubernetes.xyz_100"
}