Kurt von Laven

Results 224 comments of Kurt von Laven

What do you mean by runner install? I don't know whether I accurately understand what you are trying to do, but it should be quick to try bidirectionally proxying the...

Yes, the only reason to proxy sockets is that works today. It would be preferable to allow binding to a different socket.

Basically, you can use whatever Python regex suits your needs. Worst case, you could add a comment to one line and not the other(s) if they are identical. The regex...

@PaoloLaurenti, thank you for the great tip. I've been wondering about this for ages. `asdf` offers a convenient way to compute `DOTNET_ROOT`, so here is a simplified version of the...

Usually, I would suggest adding `YAML_V8R_CONFIG_FILE: LINTER_DEFAULT` to your MegaLinter config, but the setting doesn’t appear to exist. Feel free to open a pull request to add this setting.

The check does false-positive though. For instance, here is the output from running Checkov on [ScribeMD/docker-cache](https://github.com/ScribeMD/docker-cache): ``` Check: CKV2_GHA_1: "Ensure top-level permissions are not set to write-all" FAILED for resource:...

Thank you; that fixed our issues! Should this issue be closed at this point? I'm not seeing any outstanding work to be done here.

There are [a lot of differing opinions regarding the rules for re-licensing](https://opensource.stackexchange.com/questions/33/how-can-a-project-be-relicensed). I am not so confident that the answer would even be the same in every jurisdiction after seeing...

> Thanks for the response. This one is not a config file but a ignore file, not sure if that makes any difference. @maxisam, you are [correct](https://github.com/oxsecurity/megalinter/blob/d382ac45f4d6f2ee6bc5af50bd5adede44566fd0/megalinter/descriptors/repository.megalinter-descriptor.yml#L363-L366) that Secretlint's [ignore...

In case this issue remains open until support for Python 3.10 is dropped, [tomlib](https://docs.python.org/3/library/tomllib.html) was added to the standard library in Python 3.11, so the dependency on tomlkit can eventually...