adernild/Python QA Report

Parse pytest, bandit, and ruff outputs and post a summary comment on pull requests

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
github-tokenGitHub token for posting commentsyes${{ github.token }}
pytest-resultsPath to pytest JSON results fileno""
bandit-resultsPath to bandit JSON results fileno""
ruff-resultsPath to ruff JSON results fileno""
fail-on-errorsFail the action if any errors are foundnofalse
update-commentUpdate existing comment instead of creating new onesnotrue
namedescription
comment-idID of the comment that was created or updated
has-errorsWhether any errors were found
pytest-passedNumber of pytest tests that passed
pytest-failedNumber of pytest tests that failed
bandit-issuesNumber of bandit security issues found
ruff-issuesNumber of ruff linting issues found