mirror of
https://github.com/aquasecurity/trivy.git
synced 2025-12-23 07:29:00 -08:00
fix(config): change selector type (fanal#189)
* fix(config): change selector type * test(policy): fix test data
This commit is contained in:
@@ -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"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user