Ethan Mosbaugh

Results 42 comments of Ethan Mosbaugh

This will break backwards compatibility running analysis on old bundles.

I created #886 to highlight the issue. We may want to think about whether this is the desired status since the app should still be functional or if we should...

@MikaelSmith are you using a pod status informer or something controlling the pod like a deployment? if the latter what is shown if you get the deployment? i would assume...

sorry that was supposed to be `kubectl get deploy`

@laverya i see this function is never called from the cli yet its using the cli logger. it seems like this may be worth putting a little more effort and...

Gorm is one possibility. It's [auto-migration](https://gorm.io/docs/migration.html) feature only supports creating tables, missing columns and missing indexes, and will not change existing column’s type or delete columns. It does include a...

I need to test kube-bench to see if this violates cis benchmark