Allow customizing the list of files (names or globs) scanned for updates#61
Merged
cpanato merged 1 commit intochainguard-dev:mainfrom Oct 8, 2025
Merged
Conversation
9d58f4e to
88cda56
Compare
Contributor
|
@cpanato do you mind taking a look here please? 🙏 |
Member
sorry missed this :/ |
cpanato
requested changes
Oct 8, 2025
Member
cpanato
left a comment
There was a problem hiding this comment.
lgtm
need to run: Please run the ./hack/update-inputs.sh script and commit the changes.
88cda56 to
a440189
Compare
Signed-off-by: Benjamin Leggett <benjamin@edera.io>
a440189 to
810ffca
Compare
Contributor
Author
|
@cpanato done,thanks! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This removes the (hardcoded) list of files (
'*.yaml,*.yml,Dockerfile*,Makefile*,*.sh,*.tf,*.tfvars') that are checked for valid image SHAs and makes that an input variable namedinclude-files, so people can check more/fewer kinds of files, as they desire.e.g.
'*.yaml,*.yml,Dockerfile*,Makefile*,*.sh,*.tf,*.tfvars'Or maybe you want
Containerfilesonly:Containerfile.*Or maybe there's a singular filename you care about, and don't want to glob:
'Cross.yaml'The action defaults to the existing/current list, if no override list specified.