There was an error while loading. Please reload this page.
2 parents 839b3fb + 7b3e858 commit 5eb1e1eCopy full SHA for 5eb1e1e
1 file changed
extensions/audit/taxonomy.jq
@@ -72,7 +72,7 @@
72
},
73
facts: {
74
infra_type: "public_cloud",
75
- infra_bucket: $actions[$data.action],
+ infra_bucket: ($actions[$data.action] // "unknown"),
76
device_type: ($device_type_mapping[$kind] // $kind),
77
}
78
0 commit comments