config file source/container-engine mixup
When using source: podman it seems to work. When using container-engine: podman like its stated within the readme it does not.
From never programming go before I assume viper is doing the config/cli arguments. Both viper.GetString("source") and viper.GetString("container-engine") are used within the project but I havnt figured out much about the project so far and only had a short look.
Is the container-engine: podman config entry in the readme simply outdated? Was this forgotten after #283? What confuses me about it: #267 states the other way around. Was this option possible the other way around before?
struggle with the same, thank you for mentioning source: podman option, that worked for me and as you mentioned container-engine: podman didn't worked (at least when I tried to inspect a local image)