wallentx/Fork Friendly Actions

Evaluate and optionally fix GitHub Actions workflows for fork-hostile CI patterns.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
workflowsDirectory containing workflow files to audit.no.github/workflows
upstream-repoRepository slug allowed to use private runners, secrets, and publish jobs. Defaults to the current repository.no""
upstream-ownerRepository owner that is allowed to use private runners, secrets, and publish jobs. Used as a fallback when upstream-repo is not set.no""
fail-onMinimum severity that should fail the action. One of error, warning, or none. Defaults to error in check mode and none in fix mode.no""
modeWhether to only check workflows or also apply fixes. One of check or fix.nocheck
allow-runnersComma-separated extra runner labels to treat as fork-friendly.no""
runner-fallbackPublic GitHub-hosted runner label to use when replacing private runners for forks.noubuntu-latest
namedescription
findings-countTotal number of findings.
error-countNumber of error findings.
warning-countNumber of warning findings.
changes-countNumber of changes applied when mode is fix.
markdown-summaryMarkdown summary of findings.