Skip to content

Instantly share code, notes, and snippets.

@lzap
Created May 15, 2026 12:49
Show Gist options
  • Select an option

  • Save lzap/a688ed7a68a147537ca9d07f9b3ce333 to your computer and use it in GitHub Desktop.

Select an option

Save lzap/a688ed7a68a147537ca9d07f9b3ce333 to your computer and use it in GitHub Desktop.
diff --git a/generate_rebuild.py b/generate_rebuild.py
index 1458206..269e29d 100755
--- a/generate_rebuild.py
+++ b/generate_rebuild.py
@@ -150,6 +150,8 @@ def main() -> int:
"""Main entry point."""
jira = get_jira_client()
+ print("TIP: You can now use interactive version of this tool at")
+ print(" https://osbuild.pages.redhat.com/status-dashboard/#cve")
print(f"Fetching issues from filter {FILTER_ID}...", file=sys.stderr)
issues = fetch_filter_issues(jira)
print(f"Found {len(issues)} issue(s)", file=sys.stderr)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment