cloudbeat
cloudbeat copied to clipboard
Go mods auto-update (dependabot) fails
Describe the bug Dependabot seems to be failing (link). The reason might be that some dependencies updates have broken changes.
Dependencies should be updated manually to fix the braking changes.
Note: aquasecurity/trivy latest release seems to have braking change with beats, so it should stay on-par with beats.
I think these are two separate issues. One is that dependabot is failing (error is out_of_disk
) and two, that updating some dependencies breaks our build.
I don't think dependabot actually verifies the update with go build
The dependabot runs successfully now. I am not sure if this happened because of some other reason or because of the removal of double schedule element (probably not), but it seems it's running now. So let's close this issue and we can re-open it if it fails again.
That PR is for the "Security update" part of dependabot, the "Version update" part still fails.