josiahsiegel/runleaks
Identify potential leaks in GitHub action logs
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| github-token | Token used to login to GitHub | yes | — |
| repo | Repo to scan run logs for exceptions | no | ${{ github.repository }} |
| run-limit | Limit on how many runs to scan | no | 100 |
| min-days-old | Min age of runs in days | no | 0 |
| max-days-old | Max age of runs in days | no | 3 |
| patterns-path | Patterns file path | no | .github/runleaks/patterns.txt |
| exclusions-path | Excluded patterns file path | no | .github/runleaks/exclusions.txt |
| fail-on-leak | Fail action if leak is found | no | true |
Outputs
| name | description |
|---|---|
| exceptions | Json output of run logs with exceptions |
| count | Count of exceptions |