navikt/Update the image digest

Update the image digest when have a mutating tag

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
working-dirWorking directory to run the digestabot, to run in a specific path, if not set will run from the rootno.
tokenGITHUB_TOKEN or a `repo` scoped Personal Access Token (PAT)yes${{ github.token }}
labels-for-prA comma or newline separated list of labels to be used in the pull request.digestabot
branch-for-prThe pull request branch name.update-digests
title-for-prThe title of the pull request.Update images digests
description-for-prThe description of the pull request.Update images digests
commit-messageThe message to use when committing changes.Update images digests
create-prCreate a PR or just keep the changes locally.true
teamNais team used for GAR authenticationno
namedescription
pull_request_numberPull Request Number
jsonThe 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_filesA newline-separated list of files that were modified during the digest update process. Only includes files that actually had their digests updated.