Alexandre Desjardins

Results 95 comments of Alexandre Desjardins

Not sure what additional information to provide, since this is pretty straightforward. For example, this is json with 1 key:value pair: ```json { "firstname": "joe" } ``` This is json...

hmm is it not possible to simply either: A) Provide a different key. For example, `gvrKind` and `kind`, ending up with: ```json { ... "gvrKind": "coordination.k8s.io/v1, Kind=Lease", ... "kind": "Lease",...

Yes. Example1: ![image](https://user-images.githubusercontent.com/7985687/216404933-4b523b98-e9ee-445a-b7fd-f9b1c9d43b27.png) Example2: ![image](https://user-images.githubusercontent.com/7985687/216405146-975b6317-1e56-4ab9-9342-5d63f067f565.png)

Weird, here is me trying it with 0.48.0 ![image](https://github.com/aquasecurity/trivy-operator/assets/7985687/dffe3427-b86a-4851-a88e-96bb4624d55c) and then with 0.51.2: ![image](https://github.com/aquasecurity/trivy-operator/assets/7985687/ca1412e3-9ebf-41d9-ab8d-db2e47c58284) In both case it is reported

I do detect the image secret with regular trivy-cli: ![image](https://github.com/aquasecurity/trivy-operator/assets/7985687/d685cd4d-0b53-415e-8392-cdda4701212f) However I do not detect it running the trivy-server included in trivy-operator (port-forwarding it locally): ![image](https://github.com/aquasecurity/trivy-operator/assets/7985687/59415c67-317b-4607-8a42-e503d07f7c04) edit: both are running...

I currently get around this with the following code: ```lua local function get_term_index(current_id, terms) local idx for i, v in ipairs(terms) do if v.id == current_id then idx = i...

@realshuting are changes being made beside the circuit breakers/cleanup jobs to improve the handling of ephemeralreports? In our case, we've had several issues with them in 1.12.2, and some with...

Thank you for the added information @JimBugwadia Here are the reports-controller logs: [kyverno-reports-controller.json](https://github.com/user-attachments/files/15779512/kyverno-reports-controller.json) Feel free to ignore the trivy reports that cannot be deleted since these are another issue being...

@JimBugwadia will do @knechtionscoding as per my comment above, the current cleanup strategy likely won't work for such large amount of ephemeralreports. You will probably need to clean these up...

@JimBugwadia haven't seen the error happen again in the RC so far. Can we expect an official 1.12.4 version coming out soon?