Lennard Eijsackers
Lennard Eijsackers
That sounds like a good idea. I would be happy to accept a PR. To keep it consistent with the rest of the OPA space I would suggest Apache v2.
Sounds good to me @davelester, thanks for asking.
Good point. I think documentation is one of the first things we should improve. I'll create a PR this weekend to update the REAME. To answer your question: the pull...
What version of Conftest are you using? The master branch already solves this issue by showing the exception triggered: ``` EXCP - examples/exceptions/deployments.yaml - data.main.exception[_][_] == "run_as_root" ``` Maybe this...
Indeed extending the `exception` rule with a msg would make sense. I like the idea of having the msg be a form of documentation for the exception. Given how new...
I opened a PR to address this issue. However, the PR (see: #225) does raise some questions. I hope to cover at least the most common use cases with the...
I noticed an issue in the tests (I still need to update the PR). The test worked well in isolation but failed when I run all the tests: The tests...
On the open PR in https://github.com/hashicorp/go-getter/issues/271: I created it originally as support for the related issue (OCI support in go-getter). It was essentially a port of the code we used...
I took some time to look into it: my gut feeling is that we need to add an exception to the [recoverable status codes](https://github.com/ContentSquare/chproxy/blob/master/proxy.go#L569) for 499 (the [status we return...
Closing this as this is the same issue as #338, which proposes an config option to allow for unsafe overrides.