Replies: 6 comments 8 replies
-
aquasecurity/trivy-action#389 - workaround using your own registry for the DB. |
Beta Was this translation helpful? Give feedback.
-
I get the impression that this rate limit hits us even as authenticated users, and sometimes even when pulling the trivy image itself. Could this be a global rate limit on the |
Beta Was this translation helpful? Give feedback.
-
Easiest workaround at the moment, use the official mirror at AWS, e.g. trivy image \
--db-repository public.ecr.aws/aquasecurity/trivy-db \
--java-db-repository public.ecr.aws/aquasecurity/trivy-java-db \
--scanners vuln \
ghcr.io/cloudogu/gitops-playground:0.7.0 The upcoming release trivy 0.56 might fix this issue. Found here: aquasecurity/trivy-action#389 BTW before I found that out, I create a GitHub Action that mirrors the trivy database automatically: It worked, but with an official mirror, there is no need for me to maintain this repo. It might be useful for anyone else who might want to mirror the DBs. They are just simple OCI artifacts. |
Beta Was this translation helpful? Give feedback.
-
💬 Your Product Feedback Has Been Submitted 🎉 Thank you for taking the time to share your insights with us! Your feedback is invaluable as we build a better GitHub experience for all our users. Here's what you can expect moving forward ⏩
Where to look to see what's shipping 👀
What you can do in the meantime 💻
As a member of the GitHub community, your participation is essential. While we can't promise that every suggestion will be implemented, we want to emphasize that your feedback is instrumental in guiding our decisions and priorities. Thank you once again for your contribution to making GitHub even better! We're grateful for your ongoing support and collaboration in shaping the future of our platform. ⭐ |
Beta Was this translation helpful? Give feedback.
-
I'm not sure it's related, but it works properly on ubuntu-22.04 github runners. |
Beta Was this translation helpful? Give feedback.
-
no reply from GitHub officially? Have you reached out to them as customers directly? Thanks for the post @knqyf263 |
Beta Was this translation helpful? Give feedback.
-
Select Topic Area
Question
Body
We've been using GitHub Container Registry (GHCR) to download artifacts for our open-source project. However, since earlier this week, we've been experiencing frequent TOOMANYREQUESTS errors. For example:
We're aware of the rate limiting policies, but this issue has suddenly started occurring in environments where we've never seen TOOMANYREQUESTS errors before. Moreover, many of our users have reported seeing these errors since earlier this week.
This leads us to wonder if there might have been a change on GitHub's side. We've checked the GitHub Status page for any relevant incidents but couldn't find anything that seems related.
We'd greatly appreciate any information or insights.
Beta Was this translation helpful? Give feedback.
All reactions