-
Notifications
You must be signed in to change notification settings - Fork 27
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
trawler unable to scan private aws ecr images #303
Comments
Without more context its hard to comment on precisely what is going on in your case, but I'll explain how this feature works and that may help you figure out your issue. How Scans are Queued:
How scans run:
Based upon your logs just showing "waiting for scan job" I'm wondering if maybe dash isn't writing images to be scanned, or maybe the next rescan period hasn't been reached yet. I recommend trying to manually rescan an image by clicking the rescan button in the UI. |
unfortunately i cannot login anymore because of issue #305, may be I have to redeploy. here is the behaviour:
|
I am now able to login and when I click on the image to be scanned, I see the wheel spinning. its not able to scan any image. |
I have added docker registry for my ecr with aws iam secret id and token, with auth type Amazon Container Registry.
After that m9sweeper stopped sending scan jobs to
trawler
, in trawler logs i can see it is waiting for the scan job.I have also tried enabling debug logs on
trawler
but no luck. I do not see any errors too.Please help.
The text was updated successfully, but these errors were encountered: