twinsunllc/GitHub Actions Security Checker

Checks GitHub Actions for security best practices: verified publishers and commit hash pinning

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
github_tokenGitHub token for API access to check verified publishersyes${{ github.token }}
workflows_dirDirectory containing workflow files to auditno.github/workflows
whitelistList of allowed namespaces or repositories. Can be comma-separated or newline-separated.no""
blacklistList of blocked namespaces or repositories. Can be comma-separated or newline-separated. Blacklist takes precedence over whitelist.no""
allowlistList of trusted namespaces or repositories that bypass verified publisher checks but still require commit hash pinning. Can be comma-separated or newline-separated.no""
namedescription
reportSecurity audit report in Markdown format
exit_codeExit code (0 for pass, 1 for fail)
passedBoolean indicating if all checks passed