Results 18 comments of Miaha

Oracle was attempted to be added in PR #207 but the PR had to be closed due to an update error. For some reason, Copa will throw an error similar...

Due to the non-standard way that Oracle handles this, I propose the Copa team to take one of three implementations. - Add a patch to Trivy upstream to resolve this...

I've done some of the initial work required for this feature which is available in my fork of the repo [available here](https://github.com/MiahaCybersec/copacetic/tree/valid-rpm-status-no-tools). There are two approaches we can take to...

Thanks for the clarification Ashna! I've begun working on implementing the function to mount the necessary tools into the user supplied image if the tools are missing. I'll do my...

The function is mostly implemented locally, but some additional debugging will be required before it works properly. I'm hoping to have a PR up to close this issue later this...

I've implemented the function, but I'm encountering an issue at line 464 of rpm.go. You can find the current code [here](https://github.com/MiahaCybersec/copacetic/tree/valid-rpm-status-no-tools). The program currently throws the following error: ` =>...

I have a somewhat functional build, but it appears that in order to get it fully operational, we will need to deal with dynamically linked libraries. All of the code...

I have discussed it with the Copa team and it seems like the best path forward would be with a statically linked RPM binary. Since we haven't been able to...