patched-codes/Patched AutoFix
Run Autofix patchflow using patchwork-cli to automatically fix code vulnerabilities
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| github_token | GitHub token for creating pull requests | no | ${{ github.token }} |
| openai_api_key | OpenAI API key for the LLM | no | — |
| patched_api_key | Patched API key for using Patched services | no | — |
| model | LLM model to use | no | — |
| client_base_url | Base URL for the LLM API | no | — |
| vulnerability_limit | Maximum number of vulnerabilities to fix | no | — |
| severity | Minimum severity level of vulnerabilities to fix | no | — |
| compatibility | Minimum compatibility threshold for fixes | no | — |
| branch_prefix | Prefix for the created branch | no | patched-autofix/ |
| disable_branch | Disable creating new branches | no | — |
| disable_pr | Disable creating pull requests | no | — |
| force_pr_creation | Force push commits to existing PR | no | — |
Outputs
| name | description |
|---|---|
| pr_url | URL of the created pull request |