Skip to content

Commit 5eb1e1e

Browse files
authored
Merge pull request #772 from stevefulme1/fix/taxonomy-infra-bucket-fallback
fix(taxonomy): add fallback for unmapped infra_bucket values
2 parents 839b3fb + 7b3e858 commit 5eb1e1e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

extensions/audit/taxonomy.jq

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
},
7373
facts: {
7474
infra_type: "public_cloud",
75-
infra_bucket: $actions[$data.action],
75+
infra_bucket: ($actions[$data.action] // "unknown"),
7676
device_type: ($device_type_mapping[$kind] // $kind),
7777
}
7878
}

0 commit comments

Comments
 (0)