We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 950abd3 commit 8042059Copy full SHA for 8042059
internal/testrunner/runners/pipeline/test_result.go
@@ -41,6 +41,9 @@ var geoIPKeys = []string{
41
"threat.enrichments.indicateor.geo",
42
"threat.indicateor.as",
43
"threat.indicateor.geo",
44
+ // packages using geo fields in nested objects
45
+ "netskope.alerts.user.geo",
46
+ "netskope.events.user.geo",
47
}
48
49
type testResult struct {
0 commit comments