Closed DnPlas closed 1 month ago
Thank you for reporting us your feedback!
The internal ticket has been created: https://warthogs.atlassian.net/browse/KF-6285.
This message was autogenerated
My best guess is that this is because of the self-hosted runners, which I introduced as part of my PR https://github.com/canonical/bundle-kubeflow/actions/runs/10951750159/workflow#L18 https://github.com/canonical/bundle-kubeflow/pull/1038
Let me try to revert and use the regular GH runners and see if this will still be the case. With the regular GH runners we hadn't seen such errors in the past.
After reverting the change of the runs-on
field, I'm still running into the same issue. See here for instance.
EDIT:
I have found a relevant issue, looks like the problem is with trivy
itself --> https://github.com/aquasecurity/trivy-action/issues/389 and https://github.com/orgs/community/discussions/139074
Bug Description
The scheduled job for scanning images has been failing for the last three runs as seen here. At first sight it does not seem obvious what could be wrong. It's also strange that two of the three failing jobs are showing one error message about
TOOMANYREQUESTS
, while the other one is showingError response from daemon: Get "https://gcr.io/v2/knative-releases/knative.dev/eventing/cmd/controller/manifests/sha256:9a881d503404349afefadce4ab82358d2f7f1775a97edd6704c0e3f132674ced": EOF
.To Reproduce
Happening on the CI, check the Actions>Scan images jobs for more details.
Environment
The CI that runs the Scan images job.
Relevant Log Output
Additional Context
No response