chinmay-sawant/run-deslop
Scan Go, Python, and Rust repositories for likely AI-generated slop patterns.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| version | Release tag to install, for example v0.1.0. Defaults to the current action ref when it is a full release tag, otherwise latest. | no | "" |
| command | Subcommand to run. Supported values are scan and bench. | no | scan |
| path | Path to the repository to analyze. | no | . |
| json | Emit JSON output. | no | false |
| details | Include full per-function fingerprint details in scan output. Applies only to the scan command. | no | false |
| no-ignore | Scan without respecting .gitignore. | no | false |
| enable-semantic | Enable the opt-in deeper semantic Go heuristics. | no | false |
| fail-on-findings | Exit with a non-zero status code when scan findings are present. Applies only to the scan command. | no | true |
| repeats | Benchmark repeat count. Applies only to the bench command. | no | 5 |
| warmups | Benchmark warmup count. Applies only to the bench command. | no | 1 |
Outputs
no outputs