redhat-cop / redhat-cop/github-actions
[disconnected csv] - RFE - allow any environment variable to reference images
Nobody has claimed this yet.
- Dominant language
- Shell
- Stars
- 12
- Forks
- 14
- PR merge metrics
- No merged PRs in 30d
Description
currently this action expects variable referencing images to start with a prefix referenced by: RELATED_IMAGE_ENV_PREFIX.
This approach might be hard to use for preexisting operators. Allow for additional logic:
- provide a list of environment variables that reference images.
- scan for environment variable values and consider those that match to an image, via regexp.
The user should be able to activate either or all of those approaches.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the action logic that reads RELATED_IMAGE_ENV_PREFIX and its environment variables; no file or test is named in the issue. Review how image references are currently identified, then define how explicit variable lists and regexp matching can be enabled independently or together. Done means all selected approaches recognize image-referencing variables without breaking the existing prefix behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- shell
- Domain
- ci-cd, devops
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100