Jean-Philippe Lachance

Results 15 comments of Jean-Philippe Lachance

Hello, I recently realized that the open telemetry instrumentation is logging formatted JSON objects instead of JSON lines. In the context of: - an application running in Kubernetes - a...

Hello, We use the `OTLPSpanExporter`, with a fallback to the `ConsoleSpanExporter` when we cannot properly configure the `OTLPSpanExporter`. That fallback made me fell into a rabbit hole. My bad 🤦🏼

Hello @maxsmythe, I have the exact same use case. I'm writing a policy that checks whether or not a container image was approved by our deployment pipeline. That policy needs...

Hi @maxsmythe, I'm confortable with a Kubernetes Secret being used to inject an environment variable into the OPA Gatekeeper pod. Using environment variables would simplify my life a lot, as...

Hello! I did not consider a multi-tenant environment in my request. My context is a Kubernetes cluster where I deployed Gatekeeper and where I control the access roles of this...

Hello, Since I feel my request was not clear, today, I use: `snyk monitor --json --severity-threshold=high --file=src/project/requirements.txt --org=my-org --project-name=my-project > snyk-monitor-result.json` As we can see, `--json` outputs JSON, then I...

Greetings! In our environment, Falco was reporting a lot of non-actionable weird events. For example: ```JSON "rule": "Non sudo setuid", "output_fields": { "proc.pname": null, "proc.cmdline": "", "user.uid": 4294967295, "k8s.pod.name": null,...

Hello! I do have a very similar issue. We have a long `allow-list` and we are constantly facing issues like the one described here. Do we have an ETA?

GitHub created multiple tools to bring security into everyone's CI in the past few years. The Dependency Review action is part of the "Supply chain security" tool chain sold under...