Codacy can be run locally https://docs.codacy.com/v4.0/related-tools/local-analysis/running-local-analysis/ and even with podman after s/docker/podman/ and removing some docker checks and socket volume, ok it can't run with podman because its probably running the linters in sibling containers. But its prints the linters and their versions.
Perhaps we could just run codacy itself in the CI.
Codacy can be run locally https://docs.codacy.com/v4.0/related-tools/local-analysis/running-local-analysis/
and even with podman after s/docker/podman/ and removing some docker checks and socket volume, ok it can't run with podman because its probably running the linters in sibling containers. But its prints the linters and their versions.Perhaps we could just run codacy itself in the CI.