Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardobranco777 committed Sep 17, 2023
1 parent 11763d5 commit 98836aa
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 9 deletions.
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions bugme.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 98836aa

Please sign in to comment.