From 749e613d5c0e1098dd0500beea6061633db8b99d Mon Sep 17 00:00:00 2001 From: tombui99 Date: Thu, 9 May 2024 17:08:11 +1000 Subject: [PATCH] Updated GitHub Workflow documentation --- ui/src/components/howitworkscomponents/AddWorkflowDoc.svelte | 1 + ui/src/containers/About.svelte | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/ui/src/components/howitworkscomponents/AddWorkflowDoc.svelte b/ui/src/components/howitworkscomponents/AddWorkflowDoc.svelte index 7644e67e..5a4df78c 100644 --- a/ui/src/components/howitworkscomponents/AddWorkflowDoc.svelte +++ b/ui/src/components/howitworkscomponents/AddWorkflowDoc.svelte @@ -26,6 +26,7 @@ | | | | Make sure you grant the [token permission](https://docs.github.com/en/actions/using-jobs/assigning-permissions-to-jobs) to create issue | token | yes | string | Your personal CodeAuditor token that can be found on CodeAuditor's How It Works page | url | yes | string | The url used on your CodeAuditor scan +| GoMaxthread | no | number | Set the maximum number of threads for Golang web scraping (Default is 100) ## Example usage diff --git a/ui/src/containers/About.svelte b/ui/src/containers/About.svelte index b3d0fcc8..1e9bcf5b 100644 --- a/ui/src/containers/About.svelte +++ b/ui/src/containers/About.svelte @@ -45,7 +45,7 @@ What is CodeAuditor?

- CodeAuditor is a tool that automatically scans your website and its code to check + CodeAuditor is a tool that automatically scans your website and its code to check: