afdesk

Results 365 comments of afdesk

> do you mean to say that this feature isn't useful anymore? or that our data isn't updated [(I know it isn't)](https://github.com/aquasecurity/trivy-db-data/blob/main/last_updated.json)? yes, this feature isn't useful anymore the last...

@itaysk Sorry, I rushed a bit earlier and didn’t express my thoughts clearly. Currently, Trivy scans only a limited number of resources (pods, deployments etc). The last one (CronJob) uses...

Using `--use-actual-config` flag seemed like a trade-off between ensuring deprecated APIs are still detected and minimizing the performance impact during scans.

@daanschipper thanks for the contribution! I'll take a look at this PR

@daanschipper thanks for your work! Looks great! I left a really small comment to refactor this block. Although there is a mixing refactoring and a fix (improvement with `sync`) in...

> This still isn't solved? Another sample on a new install with the latest operator. > > ``` > {"level":"error","ts":"2025-10-28T23:16:30Z","msg":"Reconciler error","controller":"daemonset","controllerGroup":"apps","controllerKind":"DaemonSet","DaemonSet":{"name":"nvidia-gpu-driver-debian12-86bd8d5c6","namespace":"device-plugins"},"namespace":"device-plugins","name":"nvidia-gpu-driver-debian12-86bd8d5c6","reconcileID":"8e4eb735-034b-4691-b503-a01a61624cf9","error":"Operation cannot be fulfilled on configauditreports.aquasecurity.github.io \"daemonset-nvidia-gpu-driver-debian12-86bd8d5c6\": StorageError: invalid object,...

@Halogenmake and @elaurensx thanks for the report and sorry for long response from my side. first of all, as @simar7 said, could you check the last version of `trivy-operator` v0.23.0...

> Haven't seen a solution for this anywhere. Any chance someone has solved this? trivy server is a separated Statefulset: https://github.com/aquasecurity/trivy-operator/tree/main/deploy/helm/templates/trivy-server you can customize it yourself

> The PR seems fine to me but can we confirm that we only use this function to get logs for completed jobs? Otherwise we would need the ` follow`...