dhet/Scan Docker Tags

Scan a Docker repository for recently-updated tags

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
Runtime
Deprecated runtime
namedescriptionrequireddefault
imageThe Docker image to scan (sans tag), e.g. "mhart/alpine-node"yes
max-age-minutesThe maximum age of tags in minutes. Older tags are discardedyes
usernameThe username used to authenticate against the Docker repositoryyes
passwordThe password used to authenticate against the Docker repositoryyes
tag-regexAn optional regular expression for filtering tags. Backslashes need to be escaped. E.g. `\\d+\\.\\d+$` matches semver, `latest` matches only the "latest" tag no.*
repo-urlThe URL of the Docker registry. Defaults to Dockerhub (https://hub.docker.com)nohttps://hub.docker.com
namedescription
tagsA comma-separated list of all image tags that have changed in the specified time frame, sorted by date in ascending order (oldest first)