Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated GitHub Workflow documentation #893

Merged
merged 1 commit into from
May 9, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading