We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
ERROR [misconfig] Falling back to embedded checks err="failed to download built-in policies: download error: OCI repository error: 1 error occurred:\n\t* GET https://ghcr.io/v2/aquasecurity/trivy-checks/manifests/1: TOOMANYREQUESTS: retry-after: 124.424µs, allowed: 44000/minute\n\n"
This is a similar issue to #389 #389
Hey folks, there seems to be an ECR repo for the checks policy but it is empty: https://gallery.ecr.aws/aquasecurity/trivy-checks
I was able to redirect to this using the env in the action like so: env: TRIVY_CHECKS_BUNDLE_REPOSITORY: public.ecr.aws/aquasecurity/trivy-checks
But obviously nothing is there to download.
Right now this is killing any pipelines requiring the policies to be downloaded
The text was updated successfully, but these errors were encountered:
forcing a version seems to work here: version: "v0.57.0" in the with: section.
I
Sorry, something went wrong.
See #389
No branches or pull requests
ERROR [misconfig] Falling back to embedded checks err="failed to download built-in policies: download error: OCI repository error: 1 error occurred:\n\t* GET https://ghcr.io/v2/aquasecurity/trivy-checks/manifests/1: TOOMANYREQUESTS: retry-after: 124.424µs, allowed: 44000/minute\n\n"
This is a similar issue to #389 #389
Hey folks, there seems to be an ECR repo for the checks policy but it is empty:
https://gallery.ecr.aws/aquasecurity/trivy-checks
I was able to redirect to this using the env in the action like so:
env:
TRIVY_CHECKS_BUNDLE_REPOSITORY: public.ecr.aws/aquasecurity/trivy-checks
But obviously nothing is there to download.
Right now this is killing any pipelines requiring the policies to be downloaded
The text was updated successfully, but these errors were encountered: