scalabit/Remediator-AI
AI agent that analyzes and fixes GitHub workflows
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| api-token | API token for workflow scanner service | yes | — |
| github-token | GitHub token with repo permissions | no | ${{ github.token }} |
| openai-api-key | OpenAI API key | no | — |
| anthropic-api-key | Anthropic (Claude) API key | no | — |
| gemini-api-key | Gemini API key | no | — |
| model | Model to use (e.g., gpt-4o, claude-3-5-sonnet, gemini-2.0-flash-exp). Defaults based on which API key is provided. | no | — |
| repository | Repository in format owner/repo | no | ${{ github.repository }} |
| service-url | Service URL (for testing) | no | https://remediator.ai |
| commit-sha | Optional: commit sha to scan in the target repository (defaults to scanning default branch if empty) | no | ${{ github.sha }} |
| target-branch | Optional: This specifies the branch the user wants to run the scans on | no | main |
Outputs
| name | description |
|---|---|
| instance-id | GCE instance ID for tracking |