Simon Kollberg

Results 51 comments of Simon Kollberg

What is the argument against running `go test all` in a post GOPATH world? To me it makes a lot of sense to test all of your dependencies, especially before...

Since the purpose of this program is to track *TCP events*, letting this slide sounds like a suboptimal solution to me. Sure you can mitigate this in Scope, but it...

@tchemit Sorry, I'm not really following you here. What we want is to be able to link to the license via an URL. This is mostly needed for custom licenses,...

> Is there a reason why we want to keep multiple versions of this at all times? > > Else we could move it to `docs/sbom.md` and state in the...

I'm having the exact same problem. A fix would be much appreciated! I have contacted the developer of the android-app too and he's looking into it too. I know the...

> Question to reviewers, do we think it would be better to test this per infrastructure provider or not? In an ideal world we would run it for every "config...

> Migrated to the new test generation method, and integrated these tests into the validate suite so it can take advantage of its cache as best as possible. Caching in...

> We solved this by configuring the container runtime, as opposed to the `apps` layer: https://elastisys.io/compliantkubernetes/operator-manual/air-gapped-environment/#migrating-images-manually > > Is this issue still relevant? @aarnq feel free to correct me if...

I would be nice to know the reasoning behind the `apply-ssh` command. If I was going to update SSH keys on the hosts I would use the already existing solution...

> Doesn't a change in cloud-init force recreation of the vm? Nope! `cloud-init clean && cloud-init init ` There are probably more ways of specifically run the tasks required rather...