From 4c58ed03b09ed3bcdbc240183e861146e74184c3 Mon Sep 17 00:00:00 2001 From: Alexandre Dulaunoy Date: Thu, 10 Oct 2024 06:37:03 +0200 Subject: [PATCH] fix: [producer] refs are arrays --- clusters/producer.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/clusters/producer.json b/clusters/producer.json index 6e61eb2..c26e25a 100644 --- a/clusters/producer.json +++ b/clusters/producer.json @@ -780,7 +780,9 @@ "Singularity Identity", "Singularity Hologram" ], - "refs": "https://www.sentinelone.com/labs/", + "refs": [ + "https://www.sentinelone.com/labs/" + ], "synonyms": "Sentinel One" }, "uuid": "996c48de-7bb8-414d-b6fe-ec94abb5f461", @@ -920,5 +922,5 @@ "value": "Huntress" } ], - "version": 13 + "version": 14 }