We have a encounter an error in integration tests that is currently preventing PRs from being merged where a new version of VI/VIM is triggering events that we were not expecting when the tests were initially written: https://github.com/stackrox/fact/actions/runs/34798276302/job/103837774074
In order to prevent this from happening in the future, we need to setup a way to properly version these images instead of having them be built on each test run. This has already been implemented in stackrox/collector, so we can probably leverage the existing code in there.
We have a encounter an error in integration tests that is currently preventing PRs from being merged where a new version of VI/VIM is triggering events that we were not expecting when the tests were initially written: https://github.com/stackrox/fact/actions/runs/34798276302/job/103837774074
In order to prevent this from happening in the future, we need to setup a way to properly version these images instead of having them be built on each test run. This has already been implemented in stackrox/collector, so we can probably leverage the existing code in there.