Ankit Jain
Ankit Jain
@kevinxutg With 1.20, I am still doubtful that Golang will support generating the code coverage remotely from the applications running in many different machines or containers.
@CarlJi Do you have a plan to support this enhancement? Most of our builds are done using command `go build -mod=vendor -o bin/Core ./cmd/server`. If not, can you suggest any...
@kevinxutg Thanks for the update. Is v2.0 already released? Where can I find the documentation which will help me to try it out?
@kevinxutg I see. README in that branch https://github.com/qiniu/goc/tree/v2 is in Chinese. Is there any English README for it?
@CarlJi Do you have a plan to support this enhancement? Most of our builds are done using command `go build -mod=vendor -o bin/Core ./cmd/server`. If not, can you suggest any...
@marcosborges Can you please approve and merge this PR? The latest Locust version released is `2.15.1` but we are still using `2.9.0`.
Hi @XDRAGON2002 Lets take this example: This control https://hub.armosec.io/docs/c-0050 checks for `Resources CPU limit and request` but as per https://home.robusta.dev/blog/stop-using-cpu-limits, we should not be configuring CPU limits. So, the control...
> @ankitjain1510 so if I understand this correctly, instead of applying exception on the entire control, we want a way to apply an exception on only certain parts of the...
@XDRAGON2002 ohhh!! That would be great. Let me try it out and get back.
@XDRAGON2002 I tried but it doesn't solve my usecase. I have used below exception: "name": "exclude-resources-from-controls", "policyType": "postureExceptionPolicy", "actions": [ "alertOnly" ], "attributes": { "systemException": true }, "resources": [ {...