John Reese

Results 93 comments of John Reese

> How can I find the clang-format install path,because I install by extention store. If you're using Windows, you should be able to execute `where clang-format.exe`

That is what I was assuming, an issue with Istio, or that http filters have some sort of dependency on containerPort to route traffic after its done filtering. From the...

I prefer to avoid using the constructor to setup and teardown tests, and tend to keep everything required by the test defined in the test itself. Otherwise it can be...

At the moment there is not. It has been discussed briefly in the past, but has yet to be implemented. Relates to: https://github.com/plexsystems/konstraint/issues/236

We have a set of libraries in Konstraint that attempts to tackle this problem. This is an example policy that checks for the `latest` tag across container definitions which can...

This looks like a strong start to me, @Mattes83. Would you mind adding a test for the generation of annotations? Easiest may be adding this new metadata to the [test...

@Mattes83 this has been released in `v0.24.0`

@iAlexBLR this is sort of by design, see: https://www.conftest.dev/plugins/ (at the bottom) It has been a _long_ time since I've dealt with plugins in Conftest, but do recall plugins needing...

v0.4.0 now uses the https://pkg.go.dev/golang.org/x/[email protected]/zip?tab=doc package for archiving the Go module!

I've made a couple comments on PR #1414 relating to the guide, and my gut says it's because of the step that has you renaming from `v1.3.0` to `source`. When...