rancherlabs/Cowboy - Process Rancher Log Dumps
Extract and organize Rancher CI log dumps containing Kubernetes cluster diagnostic data into a structured directory
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Apr 9, 2026
- License
- None
Pinned Snippet
uses: rancherlabs/cowboy@61de86d99456805424f9af0dadfcf362413cd745 # v0.0.2tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| log-file-path | Path to the Rancher log dump file to process | yes | — |
| output-file | Output directory name (defaults to <input-basename>_dump) | no | — |
| upload-artifact | Upload the generated directory as a GitHub Actions artifact | no | true |
| artifact-retention-days | Number of days to retain the artifact (1-90) | no | 7 |
| artifact-name | Name of the uploaded artifact | no | cowboy-log-dump |
Outputs
| name | description |
|---|---|
| output-path | Path to the generated directory |
| artifact-name | Name of the uploaded artifact (if upload-artifact is true) |