GitHub removed Python 2.7 from their Ubuntu 20.04 rootfs images and not all mitigations work for all cases (e.g. some don't work with the local GitHub CI test runner tool act to test actions):
Migrate tests/integration/sar-file-collection.test.sh to run in an alpine container with support for Python2.7. This also works for local CI using act and is very small and fast.
GitHub removed Python 2.7 from their Ubuntu 20.04 rootfs images and not all mitigations work for all cases (e.g. some don't work with the local GitHub CI test runner tool
act
to test actions):Migrate tests/integration/sar-file-collection.test.sh to run in an alpine container with support for Python2.7. This also works for local CI using act and is very small and fast.