grantbirki/auditor-action

The Auditor

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
github_tokenThe GitHub token used to create an authenticated client - Provided for you by default! If you are using annotations on pull requests, you may need to use a GitHub App token with checks:write permissions insteadyes${{ github.token }}
configThe path to the auditor's config fileyesconfig/auditor.yml
json_diff_pathThe path to the json diff fileyesdiff.json
github_base_urlThe base URL for the GitHub instance you are usingyeshttps://github.com
annotate_prAnnotate the PR with the audit resultsyestrue
annotate_nameThe name of the annotation to name to useyesThe Auditor
annotate_titleThe title of the annotation to useyesThe Auditor has detected findings in your pull request
annotate_summaryThe summary of the annotation to useyesPlease review the findings and make any necessary changes
annotate_statusThe status of the annotation to useyescompleted
write_results_pathThe path to write the markdown results to (for custom reporting) - Leave unset to disable writing results to a fileyes""
base_branchThe base branch to compare the PR againstyesHEAD^1
file_output_onlyOnly output the diff to the json fileyestrue
search_pathThe path to search for changesyes.
max_buffer_sizeThe maximum buffer size for the git diff commandyes10000000

no outputs