grantbirki/auditor-action-core

The Auditor Action's Core

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 }}
annotate_prWhether or not to annotate the PR with the audit resultsnotrue
github_base_urlThe base URL for the GitHub instance you are usingyeshttps://github.com
json_diff_pathThe path to the JSON diff file to loadyesdiff.json
config_pathThe path to the Auditor configuration fileyesconfig/auditor.yml
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 fileno""
namedescription
passedWhether or not the audit passed - 'true' or 'false'
violation_countThe number of violations found
requested_reviewersThe list of requested reviewers (if any)