Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add imageManifest column to the aws_ecr_repository_images table #16804

Open
1 task
arruw opened this issue Feb 21, 2024 · 0 comments
Open
1 task

feat: add imageManifest column to the aws_ecr_repository_images table #16804

arruw opened this issue Feb 21, 2024 · 0 comments

Comments

@arruw
Copy link

arruw commented Feb 21, 2024

Which problem is this feature request solving?

I would like to find dependencies between different OCI images by analysing image manifest data. Usually you can tell if a two images are related (paren/child) if first one or more layer digests are matching.

Example: Image X contain security flaw. Find all images that were build from image X.

Describe the solution you'd like

Add a new column called imageManifest to the aws_ecr_repository_images table.

imageManifest can be fetched from this API: https://docs.aws.amazon.com/AmazonECR/latest/APIReference/API_BatchGetImage.html

Pull request (optional)

  • I can submit a pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: No status
Development

No branches or pull requests

2 participants