Enrico Stahn
Enrico Stahn
Apologies, I think the comment sounds pretty harsh. The output of the debug step just confirms that the condition should have been `true` and therefore run. I assume GitHub Actions...
Yes, you are correct. None of this is directly an issue with MegaLinter. The entire ticket is about this non-callable workflow, as you call it. I'm a bit confused by...
Will open up a pull request. It's 1am, so I will catch some 💤
@khos2ow I think #255 is for a particular module (e.g. module A), while this issue is talking about a list of all available modules in directory `modules`. Does that distinction...
``` ./modules/README.md
I started using terratest to test my Kubernetes Webhook ([k8s-image-swapper](https://github.com/estahn/k8s-image-swapper)). The IAM keys and docker credentials were exposed in the logs, which is not ideal for CI purposes. I came...
@englishm I tested @ryotarai suggestion and it works just fine. Add a `Gemfile` to `test/integration/default/serverspec` with the following content: ``` ruby source 'https://rubygems.org' gem 'infrataster' ``` Add to your `spec_helper.rb`...
`useStaticCache: false` or `serverless requirements cleanCache` have done the trick for me. @AndrewFarley Would it be possible to use a hash of the `slimPatterns` array in the name of the...
I'm not sure if my case is the same or needs a new ticket. We're using `dockerizePip: true`. Running `serverless package` multiple times locally will result in about 19s packaging...