Skip to content

Commit

Permalink
Merge pull request #893 from SSWConsulting/update-workflow-documentation
Browse files Browse the repository at this point in the history
Updated GitHub Workflow documentation
  • Loading branch information
tombui99 committed May 9, 2024
2 parents 4aa98ee + 749e613 commit 2447ddc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion ui/src/containers/About.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
What is CodeAuditor?
</h3>
<p>
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:
</p>
<ul class="list-disc">
<li>Find broken Links - Links to pages which do not work</li>
Expand Down

0 comments on commit 2447ddc

Please sign in to comment.