itsverywindy/Run Updock
Run Updock over a series of repositories to upgrade docker images
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| Email to use in the commit, will default to github actions email | — | — | |
| updock-version | Version of updock to run against, will default to latest | — | — |
| github-token | GitHub token to run the search, access repositories and create the pull requests. Can be passed in using {{ secrets.GITHUB_TOKEN }} | — | — |
| search | The GitHub search query to run, will default to the current repository | — | — |
| config | Inline configuration matching the up-dock format | — | — |
| dry-run | Run without creating pull requests | — | false |
| authentication | Authentication for a repository, json string with the format { "repository.com": { "username": "username", "password": "password" } } | — | — |
| cache | Cache the results from this run to re-use in another | — | false |
| report | Enables report output that can be piped into another action | — | false |
Outputs
no outputs