=========================================================== .___ __ __ _________________ __ __ __| _/|__|/ |_ / ___\_` __ \__ \ | | \/ __ | | \\_ __\ / /_/ > | \// __ \| | / /_/ | | || | \___ /|__| (____ /____/\____ | |__||__| /_____/ \/ \/ grep rough audit - static analysis tool v2.8 written by @Wireghoul =================================[justanotherhacker.com]=== skopeo-1.2.0+dfsg1/README.md-32- * docker://docker-reference skopeo-1.2.0+dfsg1/README.md:33: An image in a registry implementing the "Docker Registry HTTP API V2". By default, uses the authorization state in `$XDG_RUNTIME_DIR/containers/auth.json`, which is set using `skopeo login`. skopeo-1.2.0+dfsg1/README.md-34- ############################################## skopeo-1.2.0+dfsg1/docs/skopeo-list-tags.1.md-34- **docker://**_docker-repository-reference_ skopeo-1.2.0+dfsg1/docs/skopeo-list-tags.1.md:35: A repository in a registry implementing the "Docker Registry HTTP API V2". By default, uses the authorization state in either `$XDG_RUNTIME_DIR/containers/auth.json`, which is set using `(skopeo login)`. If the authorization state is not found there, `$HOME/.docker/config.json` is checked, which is set using `(docker login)`. skopeo-1.2.0+dfsg1/docs/skopeo-list-tags.1.md-36- A _docker-repository-reference_ is of the form: **registryhost:port/repositoryname** which is similar to an _image-reference_ but with no tag or digest allowed as the last component (e.g no `:latest` or `@sha256:xyz`) ############################################## skopeo-1.2.0+dfsg1/docs/skopeo.1.md-35- **docker://**_docker-reference_ skopeo-1.2.0+dfsg1/docs/skopeo.1.md:36: An image in a registry implementing the "Docker Registry HTTP API V2". By default, uses the authorization state in either `$XDG_RUNTIME_DIR/containers/auth.json`, which is set using `(skopeo login)`. If the authorization state is not found there, `$HOME/.docker/config.json` is checked, which is set using `(docker login)`. skopeo-1.2.0+dfsg1/docs/skopeo.1.md-37- ############################################## skopeo-1.2.0+dfsg1/integration/decompress-dirs.sh-12- # with the values for their decompressed versions. skopeo-1.2.0+dfsg1/integration/decompress-dirs.sh:13: uncompressed=`zcat "${candidate}" 2> /dev/null | sha256sum | cut -c1-64` skopeo-1.2.0+dfsg1/integration/decompress-dirs.sh-14- if test $? -eq 0 ; then