kevindoremy/SearchDeadCode
Detect dead/unused code in Android projects (Kotlin & Java). Fast static analysis powered by tree-sitter.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| path | Path to the project directory to analyze | no | . |
| version | Version of SearchDeadCode to use (e.g., "0.4.0" or "latest") | no | latest |
| format | Output format: terminal, json, or sarif | no | terminal |
| output | Output file path (for json/sarif formats) | no | "" |
| args | Additional arguments to pass to searchdeadcode | no | "" |
| fail-on-findings | Fail the workflow if dead code is found | no | false |
| min-confidence | Minimum confidence level: low, medium, high, confirmed | no | medium |
Outputs
| name | description |
|---|---|
| findings-count | Number of dead code findings |
| sarif-file | Path to SARIF output file (if format is sarif) |