ryancoreai/PatchBrake
Scan pull request diffs for risky AI-generated patch patterns.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| base | Base git ref to compare from. | no | origin/main |
| head | Head git ref to compare to. | no | HEAD |
| version | npm version to install. Pin this to the same version as the Action tag for reproducible runs. | no | 0.2.0 |
| format | Output format, text, json, or sarif. | no | text |
| output | Optional output file path. | no | "" |
| fail-on | Fail on warn, error, or never. | no | error |
| allow-custom-rules | Allow loading local custom rule modules from the checked-out repository. | no | false |
| allow-inline-ignore | Allow patchbrake-ignore comments in the diff to suppress findings. | no | false |
| fail-on-new-ignore | Fail when the diff adds patchbrake inline ignore comments. | no | true |
Outputs
no outputs