feature
Is it possible to replace the scan findings with the target version's declarations?
Describe the solution you'd like
Something like "pluto detect-files --target-versions k8s=v1.24.0 --replace"
This will replace the version definition with the target definition and ensure the yaml is compatible with target spec. Throw error if not backward compatible.
feature
Is it possible to replace the scan findings with the target version's declarations?
Describe the solution you'd like
Something like "pluto detect-files --target-versions k8s=v1.24.0 --replace"
This will replace the version definition with the target definition and ensure the yaml is compatible with target spec. Throw error if not backward compatible.