wezylnia/gha-cache-doctor
Scan GitHub Actions workflows for cache misconfigurations and missed cache opportunities.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| repo | Repository root to inspect. | no | . |
| path | Workflow file or directory to scan. | no | .github/workflows |
| format | Output format. Use github-summary, github-annotations, markdown, sarif, json, or text. | no | github-summary |
| fail-on | Minimum severity that fails the action. Use none, info, warning, or error. | no | warning |
| strict | Enable stricter rule behavior. | no | false |
| config | Config file path, or none to disable config loading. | no | "" |
| include | Comma-separated rule IDs to include. | no | "" |
| exclude | Comma-separated rule IDs to exclude. | no | "" |
| dotnet-version | .NET SDK version used to run the action. | no | 10.0.x |
| output | Optional file path where the scanner output should be written. | no | "" |
Outputs
no outputs