### Version of copa projectcopacetic/copacetic-docker-desktop-extension:1.0.2 ### Expected Behavior  The Trivy scanner is using a deprecated CLI flag. we should use something like ``` trivy image --pkg-types os --ignore-unfixed -f json --scanners vuln ``` and update the documentation everywhere to reflect this. ### Actual Behavior _No response_ ### Steps To Reproduce _No response_ ### Are you willing to submit PRs to contribute to this bug fix? - [x] Yes, I am willing to implement it.