diff --git a/README.md b/README.md index 7ed4eb0..7b7835b 100644 --- a/README.md +++ b/README.md @@ -37,20 +37,20 @@ options: Copy [creds-example.json](creds-example.json) to `~/creds.json` and run: ``` -$ podman run --rm -v ~/creds.json:/root/creds.json:ro bugme bsc#1213811 gh#containers/podman#19529 poo#133910 gl#gitlab-org/gitlab#424503 gsd#qac/container-release-bot#7 ghcr.io/ricardobranco777/bugme -TAG STATUS UPDATED TITLE -bsc#1213811 NEW 2 days ago podman network unreachable after starting docker -gh#containers/podman#19529 CLOSED 1 month ago Unexpected error with --volumes-from -poo#133910 RESOLVED 1 month ago We need a suite of tests to check volume operations in container runtimes -gl#gitlab-org/gitlab#424503 OPENED 5 days ago Prepare UI/UX when monetisation transition period ends (cut-off) -gsd#qac/container-release-bot#7 OPENED 1 year ago Explore new schedule options -jsc#SCL-8 IN PROGRESS 1 year ago Documentation +$ podman run --rm -v ~/creds.json:/root/creds.json:ro ghcr.io/ricardobranco777/bugme -f url,status,updated,title bsc#1213811 gh#containers/podman#19529 poo#133910 gl#gitlab-org/gitlab#424503 gsd#qac/container-release-bot#7 jsc#SCL-8 +URL STATUS UPDATED TITLE +https://bugzilla.suse.com/show_bug.cgi?id=1213811 NEW 2 days ago podman network unreachable after starting docker +https://github.com/containers/podman/issues/19529 CLOSED 1 month ago Unexpected error with --volumes-from +https://progress.opensuse.org/issues/133910 RESOLVED 1 month ago We need a suite of tests to check volume operations in container runtimes +https://gitlab.com/gitlab-org/gitlab/-/issues/424503 OPENED 6 days ago Prepare UI/UX when monetisation transition period ends (cut-off) +https://gitlab.suse.de/qac/container-release-bot/-/issues/7 OPENED 1 year ago Explore new schedule options +https://jira.suse.com/browse/SCL-8 IN PROGRESS 1 year ago Documentation ``` To scan a repository: ``` -$ podman run --rm -v ~/creds.json:/root/creds.json:ro -v ~/suse/os-autoinst-distri-opensuse:/bugme:ro +$ podman run --rm -v ~/creds.json:/root/creds.json:ro -v ~/suse/os-autoinst-distri-opensuse:/bugme:ro ghcr.io/ricardobranco777/bugme ``` ## Supported tags diff --git a/bugme.py b/bugme.py index 503a438..137fc06 100755 --- a/bugme.py +++ b/bugme.py @@ -119,6 +119,7 @@ def print_items( """ keys = { "tag": "<40", + "url": "<60", "status": "<15", "created": "<15" if time_format == "timeago" else "<30", "updated": "<15" if time_format == "timeago" else "<30",