From c03d37a862d39844aea7639faa60428175f620af Mon Sep 17 00:00:00 2001 From: Christian Zunker <827818+czunker@users.noreply.github.com> Date: Tue, 5 Dec 2023 06:19:34 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=A7=B9=20Align=20atlassian=20provider=20I?= =?UTF-8?q?D=20(#2713)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit All other providers include v9. Signed-off-by: Christian Zunker --- providers/atlassian/config/config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/providers/atlassian/config/config.go b/providers/atlassian/config/config.go index e6809483fc..10e7fceb9a 100644 --- a/providers/atlassian/config/config.go +++ b/providers/atlassian/config/config.go @@ -10,7 +10,7 @@ import ( var Config = plugin.Provider{ Name: "atlassian", - ID: "go.mondoo.com/cnquery/providers/atlassian", + ID: "go.mondoo.com/cnquery/v9/providers/atlassian", Version: "9.1.8", ConnectionTypes: []string{ provider.DefaultConnectionType,