1 Answer
- Newest
- Most votes
- Most comments
1
You cannot configure AWS Inspector to point to a public ECR repository. One workaround is to pull the container from public ECR and create a private ECR repository inside your account and push the exact same unchanged container to it, and then do the scan.
Another thing you could try is configuring a pull through cache rule to pull a public image into a private repository and then scan the private repository, which is basically replicating the same functionality you are attempting to do.
answered 3 years ago
Relevant content
asked 5 years ago
asked 5 years ago
- AWS OFFICIALUpdated 7 months ago

Agree with this solution.