This is a standard image. It always runs the latest linter.
It is a lightweight image that stores a specific version of the linter. So the linter may be outdated.
docker run -v .:/workspace ghcr.io/cryptogarageinc/gha-lint:latest
docker run -v .:/workspace ghcr.io/cryptogarageinc/gha-lint-light:latestdocker build --platform linux/amd64 -t gha-lint:local -f ./Dockerfile .
docker build --platform linux/amd64 -t gha-lint-light:local -f ./light.dockerfile .docker run -v .:/workspace gha-lint:local
docker run -v .:/workspace gha-lint-light:local