dhet/Scan Docker Tags
Scan a Docker repository for recently-updated tags
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| image | The Docker image to scan (sans tag), e.g. "mhart/alpine-node" | yes | — |
| max-age-minutes | The maximum age of tags in minutes. Older tags are discarded | yes | — |
| username | The username used to authenticate against the Docker repository | yes | — |
| password | The password used to authenticate against the Docker repository | yes | — |
| tag-regex | An 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-url | The URL of the Docker registry. Defaults to Dockerhub (https://hub.docker.com) | no | https://hub.docker.com |
Outputs
| name | description |
|---|---|
| tags | A comma-separated list of all image tags that have changed in the specified time frame, sorted by date in ascending order (oldest first) |