Skip to content

Commit 8042059

Browse files
authored
Add more geo ip keys to filter for serverless (#1517)
1 parent 950abd3 commit 8042059

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

internal/testrunner/runners/pipeline/test_result.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,9 @@ var geoIPKeys = []string{
4141
"threat.enrichments.indicateor.geo",
4242
"threat.indicateor.as",
4343
"threat.indicateor.geo",
44+
// packages using geo fields in nested objects
45+
"netskope.alerts.user.geo",
46+
"netskope.events.user.geo",
4447
}
4548

4649
type testResult struct {

0 commit comments

Comments
 (0)