From eab3ae06aa98c825a4db4cc01db8d45eceae519b Mon Sep 17 00:00:00 2001 From: Tim Smith Date: Mon, 23 Dec 2024 17:26:09 -0800 Subject: [PATCH] Fix formatting in GitHub help (#5033) --- providers/github/config/config.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/providers/github/config/config.go b/providers/github/config/config.go index 0ff79f1353..80f9e8ab23 100644 --- a/providers/github/config/config.go +++ b/providers/github/config/config.go @@ -23,14 +23,14 @@ var Config = plugin.Provider{ Long: `Use the github provider to query resources within GitHub organizations and repositories. Available commands: - org GitHub organization + org GitHub organization repo GitHub repo Examples: cnspec scan github org --discover organization cnspec scan github org --repos "," cnquery shell github org - cnquery shell github org --app-id --app-installation-id --app-private-key + cnquery shell github org --app-id --app-installation-id --app-private-key Notes: Mondoo needs a personal access token to scan a GitHub organization, public repo, or private repo. The token's level of access determines how much information Mondoo can retrieve. Supply your personal access token to Mondoo by setting the GITHUB_TOKEN environment variable. To learn how, read https://mondoo.com/docs/cnspec/saas/github/.