Skip to content

Commit

Permalink
Allow verify_references.py to identify RH OVALv2 feed IDs as remote
Browse files Browse the repository at this point in the history
Switch to RH OVALv2 feeds caused verify_references.py to fail
because new ID template has not been filtered out as a remote
source.
  • Loading branch information
evgenyz committed Jul 14, 2023
1 parent 6bde8f5 commit 99bc618
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build-scripts/verify_references.py
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,7 @@ def get_profileruleids(xccdftree, profile_name):
def is_remote_feed(href):
return href.startswith("http://") or \
href.startswith("https://") or \
href.startswith("security-data-oval-v2-") or \
href.startswith("security-data-oval-com.redhat.rhsa-") or \
href.startswith("security-oval-com.oracle") or \
href.startswith("-ubuntu-security-oval-com.ubuntu") or \
Expand Down

0 comments on commit 99bc618

Please sign in to comment.