threatflux/ThreatFlux Actions Maintainer
Auto-updates action versions, creates PRs, follows security best practices, runs on schedule to maintain compliance.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| token | GitHub token with permissions to create pull requests and access Actions | yes | — |
| owner | Repository owner (organization or user) | yes | — |
| repo-name | Repository name to analyze and update | yes | — |
| repo | Path to the repository (defaults to current directory) | no | . |
| workflows-path | Path to workflow files (relative to repository root) | no | .github/workflows |
| dry-run | Show changes without applying them | no | false |
| stage | Apply changes locally without creating a PR | no | false |
| schedule | Cron schedule for automated updates (e.g., "0 0 * * 1" for weekly) | no | 0 0 * * 1 |
| labels | Labels to add to created pull requests (comma-separated) | no | dependencies,actions,security |
| commit-message | Custom commit message template for updates | no | chore(deps): update GitHub Actions to latest secure versions |
Outputs
no outputs