Sign inSign up

imunew/typos-cli

By imunew

Updated over 2 years ago

This is a dockerized "crate-ci/typos" (https://github.com/crate-ci/typos).

Image
0

10K+

imunew/typos-cli repository overview

typos-cli

This is a Dockerized crate-ci/typos.

How to use (with Docker)

$ docker run --rm -t -v "/path/to/app:/app" imunew/typos-cli /app --format json

How to use (with Docker Compose)

# docker-compose.yml
typos-cli:
  image: imunew/typos-cli
  volumes:
    - /path/to/app:/app:cached
$ docker compose run --rm typos-cli /app --format json

Tag summary

Content type

Image

Digest

sha256:bf0f63b61

Size

35.7 MB

Last updated

over 2 years ago

docker pull imunew/typos-cli