├── .github └── workflows │ └── test_inspect.yml ├── CODE-OF-CONDUCT.md ├── CONTRIBUTING.md ├── LICENSE ├── README.md ├── SECURITY.md ├── inspect-images.py ├── pyproject.toml └── shortnames.conf /.github/workflows/test_inspect.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/containers/shortnames/HEAD/.github/workflows/test_inspect.yml -------------------------------------------------------------------------------- /CODE-OF-CONDUCT.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/containers/shortnames/HEAD/CODE-OF-CONDUCT.md -------------------------------------------------------------------------------- /CONTRIBUTING.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/containers/shortnames/HEAD/CONTRIBUTING.md -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/containers/shortnames/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/containers/shortnames/HEAD/README.md -------------------------------------------------------------------------------- /SECURITY.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/containers/shortnames/HEAD/SECURITY.md -------------------------------------------------------------------------------- /inspect-images.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/containers/shortnames/HEAD/inspect-images.py -------------------------------------------------------------------------------- /pyproject.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/containers/shortnames/HEAD/pyproject.toml -------------------------------------------------------------------------------- /shortnames.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/containers/shortnames/HEAD/shortnames.conf --------------------------------------------------------------------------------