Orestis Floros
Orestis Floros
The problem is that when the "Deploy a serverless project instead of an ESS deployment" option is set, the `STACK_VERSION` variable is set to `8.11.0` instead of the latest one...
Thanks @olblak that's nice to know. Ending our scripts with `git diff --exit-code` and using ``` changedif: kind: exitcode spec: failure: 0 success: 1 warning: 2 ``` should probably work...
So, for our use case can we **not** do ``` changedif: kind: exitcode spec: failure: 1 success: 0 warning: 2 ``` to mean "files changed if script's exit code is...
Not all scripts are linted yet, re-opening
What kind of resources are you referring to? I thought tagging is only necessary for our own cloud provider accounts.
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...
That PR is for the "Security update" part of dependabot, the "Version update" part still fails.
Related to https://github.com/elastic/cloudbeat/issues/1175 Last time we looked with @oren-zohar some of the caches are only used once
> @orestisfl can this be closed? there is no one assigned to it The remaining 11 rules need to be configured or explicitly ignored, I am letting the cloudbeat team...
> `log.Errorw("Could not get encryption for S3 bucket", "bucket", *bucket.Name, "error", encryptionErr)` Just a note, it's easy to make mistakes when using this kind of syntax, e.g. `log.Errorw("Could not get...