Skip to content

Commit

Permalink
Merge pull request ComplianceAsCode#10847 from evgenyz/fix-verify-ref…
Browse files Browse the repository at this point in the history
…-rh-oval-v2

Allow verify_references.py to identify RH OVALv2 feed IDs as remote
  • Loading branch information
jan-cerny authored Jul 14, 2023
2 parents 6bde8f5 + 99bc618 commit 2c932af
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 2c932af

Please sign in to comment.