From fe73ee191cc0160b163a9b3b6af7fbd54ca7f40f Mon Sep 17 00:00:00 2001 From: kooomix Date: Mon, 2 Feb 2026 18:11:45 +0200 Subject: [PATCH] Add hostId attribute to designators Introduce a new constant, AttributeHostId, in the designators.go file to represent the host ID. This addition enhances the existing set of attributes for better identification and tracking of hosts in the system. --- identifiers/designators.go | 1 + 1 file changed, 1 insertion(+) diff --git a/identifiers/designators.go b/identifiers/designators.go index e368b24..986a5f4 100644 --- a/identifiers/designators.go +++ b/identifiers/designators.go @@ -119,6 +119,7 @@ const ( AttributeInstanceScanId = "instanceScanId" AttributeIncidentGUID = "incidentGUID" AttributeHostName = "hostName" + AttributeHostId = "hostId" ) // Repository scan related attributes