This is a dockerized "crate-ci/typos" (https://github.com/crate-ci/typos).
10K+
This is a Dockerized crate-ci/typos.
$ docker run --rm -t -v "/path/to/app:/app" imunew/typos-cli /app --format json
# docker-compose.yml
typos-cli:
image: imunew/typos-cli
volumes:
- /path/to/app:/app:cached
$ docker compose run --rm typos-cli /app --format json
Content type
Image
Digest
sha256:bf0f63b61…
Size
35.7 MB
Last updated
over 2 years ago
docker pull imunew/typos-cli