Skip to content

Commit

Permalink
Update is_remote_feed check for Debian 12
Browse files Browse the repository at this point in the history
  • Loading branch information
Mab879 committed May 28, 2024
1 parent de64068 commit f1a6d48
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build-scripts/verify_references.py
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,8 @@ def is_remote_feed(href):
href.startswith("security-data-oval-com.redhat.rhsa-") or \
href.startswith("security-oval-com.oracle") or \
href.startswith("-ubuntu-security-oval-com.ubuntu") or \
href.startswith("pub-projects-security-oval-suse")
href.startswith("pub-projects-security-oval-suse") or \
href.startswith('security-oval-oval-definitions-bookworm')


def main():
Expand Down

0 comments on commit f1a6d48

Please sign in to comment.