diff --git a/audit/common/Constants.go b/audit/common/Constants.go index f8130ee..2ff7443 100644 --- a/audit/common/Constants.go +++ b/audit/common/Constants.go @@ -75,6 +75,7 @@ const ( Django = "Django Integration" Drivers = "Drivers" EnterpriseKubernetesOperator = "Enterprise Kubernetes Operator" + EFCoreProvider = "Entity Framework Core Provider" KafkaConnector = "Kafka Connector" MCPServer = "MongoDB MCP Server" MDBCLI = "MongoDB CLI" @@ -94,6 +95,7 @@ const ( OnlineArchive = "Online Archive" Search = "Search" StreamProcessing = "Stream Processing" + Terraform = "Terraform" Triggers = "Triggers" VectorSearch = "Vector Search" diff --git a/audit/common/GetProductInfo.go b/audit/common/GetProductInfo.go index f9108b9..63d95e0 100644 --- a/audit/common/GetProductInfo.go +++ b/audit/common/GetProductInfo.go @@ -137,8 +137,8 @@ var productInfoMap = map[string]ProductInfo{ ProductType: CollectionIsProduct, SubProduct: "", }, - "entity-framework": { // TODO: "Entity Framework Core Provider" DOCSP-50997 to add to taxonomy - ProductName: Drivers, + "entity-framework": { + ProductName: EFCoreProvider, ProductType: CollectionIsProduct, SubProduct: "", }, @@ -182,7 +182,7 @@ var productInfoMap = map[string]ProductInfo{ ProductType: CollectionIsProduct, SubProduct: "", }, - "mcp-server": { // DOCSP-50997 to add to taxonomy + "mcp-server": { ProductName: MCPServer, ProductType: CollectionIsProduct, SubProduct: "", @@ -257,6 +257,11 @@ var productInfoMap = map[string]ProductInfo{ ProductType: CollectionIsProduct, SubProduct: "", }, + "terraform": { + ProductName: Atlas, + ProductType: DirIsSubProduct, + SubProduct: Terraform, + }, "triggers": { ProductName: Atlas, ProductType: DirIsSubProduct,