navikt/Update the image digest
Update the image digest when have a mutating tag
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| working-dir | Working directory to run the digestabot, to run in a specific path, if not set will run from the root | no | . |
| token | GITHUB_TOKEN or a `repo` scoped Personal Access Token (PAT) | yes | ${{ github.token }} |
| labels-for-pr | A comma or newline separated list of labels to be used in the pull request. | — | digestabot |
| branch-for-pr | The pull request branch name. | — | update-digests |
| title-for-pr | The title of the pull request. | — | Update images digests |
| description-for-pr | The description of the pull request. | — | Update images digests |
| commit-message | The message to use when committing changes. | — | Update images digests |
| create-pr | Create a PR or just keep the changes locally. | — | true |
| team | Nais team used for GAR authentication | no | — |
Outputs
| name | description |
|---|---|
| pull_request_number | Pull Request Number |
| json | The changes made by this action, in json format. The output follows this structure: ``` { "updates": [ { "file": ".ko.yaml", "image": "cgr.dev/chainguard/kubectl:latest-dev", "digest": "sha256:d5f340d044438351413d6cb110f6f8a2abc45a7149aa53e6ade719f069fc3b0a", "updated_digest": "sha256:cd90036b16413eed13818500ae837e6e7710a59c74144c32e1e90b0e59d22efc" } ] } ``` |
| changed_files | A newline-separated list of files that were modified during the digest update process. Only includes files that actually had their digests updated. |